Uses of Class
org.aksw.commons.io.hadoop.binseach.v2.BlockSource
Packages that use BlockSource
-
Uses of BlockSource in org.aksw.commons.io.hadoop.binseach.v2
Fields in org.aksw.commons.io.hadoop.binseach.v2 declared as BlockSourceModifier and TypeFieldDescriptionprotected BlockSourceBinarySearcherOverBlockSource.blockSourceprotected BlockSourceBlock.blockSourceprotected BlockSourceSeekableReadableChannelOverBlocks.blockSourceMethods in org.aksw.commons.io.hadoop.binseach.v2 that return BlockSourceModifier and TypeMethodDescriptionstatic BlockSourcestatic BlockSourceBlockSource.of(SeekableReadableChannelSource<byte[]> delegate, org.apache.hadoop.io.compress.SplittableCompressionCodec codec) Methods in org.aksw.commons.io.hadoop.binseach.v2 with parameters of type BlockSourceModifier and TypeMethodDescriptionstatic longBinarySearcherOverBlockSource.adjustStart(BlockSource blockSource, long start, int depth, BinSearchLevelCache cache) Adjust a position to the next block.static MatchBinarySearcherOverBlockSource.binarySearch(BlockSource blockSource, byte[] prefix, BinSearchLevelCache cache) static MatchBinarySearcherOverBlockSource.binarySearch(BlockSource blockSource, SearchMode searchMode, int depth, long start, long startAfter, long end, byte delimiter, byte[] prefix, BinSearchLevelCache cache) When this method returns the input stream's position is unspecified.static BlockSeekableReadableChannelOverBlocks.loadBlock(BlockSource blockSource, BlockSourceChannel channel, long thisBlockId) Constructors in org.aksw.commons.io.hadoop.binseach.v2 with parameters of type BlockSourceModifierConstructorDescriptionBinarySearcherOverBlockSource(BlockSource blockSource, Supplier<org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache.CacheEntry> cacheSupplier) Block(BlockSource blockSource, Buffer<byte[]> buffer, long thisBlockId, long nextBlockId) SeekableReadableChannelOverBlocks(BlockSource blockSource, long firstBlockId, com.github.benmanes.caffeine.cache.Cache<Long, Block> globalCache)