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