Uses of Class
org.aksw.commons.io.hadoop.binseach.v2.Block
Packages that use Block
-
Uses of Block in org.aksw.commons.io.hadoop.binseach.v2
Fields in org.aksw.commons.io.hadoop.binseach.v2 declared as BlockFields in org.aksw.commons.io.hadoop.binseach.v2 with type parameters of type BlockModifier and TypeFieldDescriptionprotected NavigableMap<Long, Block> SeekableReadableChannelOverBlocks.blockIdToBlockSeekableReadableChannelOverBlocks.globalCacheMethods in org.aksw.commons.io.hadoop.binseach.v2 that return BlockModifier and TypeMethodDescriptionprotected BlockSeekableReadableChannelOverBlocks.getOrLoadBlock(long blockId, long logicalBlockOffset) static BlockSeekableReadableChannelOverBlocks.loadBlock(BlockSource blockSource, BlockSourceChannel channel, long thisBlockId) Methods in org.aksw.commons.io.hadoop.binseach.v2 that return types with arguments of type BlockConstructor parameters in org.aksw.commons.io.hadoop.binseach.v2 with type arguments of type BlockModifierConstructorDescriptionSeekableReadableChannelOverBlocks(BlockSource blockSource, long firstBlockId, com.github.benmanes.caffeine.cache.Cache<Long, Block> globalCache)