Uses of Record Class
io.datarouter.bytes.blockfile.index.BlockfileByteRange
Packages that use BlockfileByteRange
-
Uses of BlockfileByteRange in io.datarouter.bytes.blockfile.index
Methods in io.datarouter.bytes.blockfile.index that return BlockfileByteRangeModifier and TypeMethodDescriptionBlockfileIndexEntry.byteRange()Returns the value of thebyteRangerecord component.Constructors in io.datarouter.bytes.blockfile.index with parameters of type BlockfileByteRangeModifierConstructorDescriptionBlockfileIndexEntry(int level, long childGlobalBlockId, long childIndexOrValueBlockId, BlockfileValueBlockIdRange valueBlockIdRange, BlockfileRowIdRange rowIdRange, BlockfileRowRange rowRange, BlockfileByteRange byteRange) Creates an instance of aBlockfileIndexEntryrecord class. -
Uses of BlockfileByteRange in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileByteRangeModifier and TypeMethodDescriptionBlockfileWriterState.appendFooterBlock(BlockfileBaseTokens tokens) BlockfileWriterState.appendHeaderBlock(BlockfileBaseTokens tokens) BlockfileWriterState.appendIndexBlock(BlockfileIndexTokens tokens) BlockfileWriterState.appendValueBlock(BlockfileValueTokens tokens) Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileByteRangeModifier and TypeMethodDescriptionvoidBlockfileIndexer.onValueBlockWrite(long globalBlockId, long valueBlockId, BlockfileRowIdRange rowIdRange, BlockfileRowRange rowRange, BlockfileByteRange byteRange)