Interface FileOperations.FileReaderOperationBuilder<SubbuilderType>

    • Method Detail

      • withBlockCache

        SubbuilderType withBlockCache​(BlockCache dataCache,
                                      BlockCache indexCache)
        (Optional) Set the block cache pair to be used to optimize reads within the constructed reader.
      • withDataCache

        SubbuilderType withDataCache​(BlockCache dataCache)
        (Optional) set the data cache to be used to optimize reads within the constructed reader.
      • withIndexCache

        SubbuilderType withIndexCache​(BlockCache indexCache)
        (Optional) set the index cache to be used to optimize reads within the constructed reader.
      • withFileLenCache

        SubbuilderType withFileLenCache​(com.google.common.cache.Cache<String,​Long> fileLenCache)
        (Optional) set the file len cache to be used to optimize reads within the constructed reader.