Uses of Record Class
io.datarouter.bytes.blockfile.index.BlockfileRowRange
Packages that use BlockfileRowRange
Package
Description
-
Uses of BlockfileRowRange in io.datarouter.bytes.blockfile.block.tokens
Methods in io.datarouter.bytes.blockfile.block.tokens that return BlockfileRowRange -
Uses of BlockfileRowRange in io.datarouter.bytes.blockfile.index
Methods in io.datarouter.bytes.blockfile.index that return BlockfileRowRangeModifier and TypeMethodDescriptionBlockfileIndexEntry.rowRange()Returns the value of therowRangerecord component.BlockfileIndexBlockInput.toParentRowRange()Constructors in io.datarouter.bytes.blockfile.index with parameters of type BlockfileRowRangeModifierConstructorDescriptionBlockfileIndexEntry(int level, long childGlobalBlockId, long childIndexOrValueBlockId, BlockfileValueBlockIdRange valueBlockIdRange, BlockfileRowIdRange rowIdRange, BlockfileRowRange rowRange, BlockfileByteRange byteRange) Creates an instance of aBlockfileIndexEntryrecord class. -
Uses of BlockfileRowRange in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileRowRangeModifier and TypeMethodDescriptionvoidBlockfileIndexer.onValueBlockWrite(long globalBlockId, long valueBlockId, BlockfileRowIdRange rowIdRange, BlockfileRowRange rowRange, BlockfileByteRange byteRange)