Uses of Class
org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
Packages that use BlockSourceChannel
-
Uses of BlockSourceChannel in org.aksw.commons.io.hadoop.binseach.v2
Fields in org.aksw.commons.io.hadoop.binseach.v2 declared as BlockSourceChannelModifier and TypeFieldDescriptionprotected BlockSourceChannelSeekableReadableChannelOverBlocks.channelMethods in org.aksw.commons.io.hadoop.binseach.v2 that return BlockSourceChannelModifier and TypeMethodDescriptionBlockSource.newReadableChannel()BlockSource.newReadableChannel(long offset) BlockSource.newReadableChannel(long offset, boolean blockMode) block mode: return -2 when reaching a block boundary.BlockSource.newReadableChannel(long start, long end) BlockSource.newReadableChannel(long start, long end, boolean blockMode) Methods in org.aksw.commons.io.hadoop.binseach.v2 with parameters of type BlockSourceChannelModifier and TypeMethodDescriptionstatic BlockSeekableReadableChannelOverBlocks.loadBlock(BlockSource blockSource, BlockSourceChannel channel, long thisBlockId)