Uses of Record Class
io.datarouter.bytes.blockfile.index.BlockfileValueBlockIdRange
Packages that use BlockfileValueBlockIdRange
-
Uses of BlockfileValueBlockIdRange in io.datarouter.bytes.blockfile.index
Methods in io.datarouter.bytes.blockfile.index that return BlockfileValueBlockIdRangeModifier and TypeMethodDescriptionstatic BlockfileValueBlockIdRangeBlockfileValueBlockIdRange.singleBlock(long valueBlockId) BlockfileIndexBlockInput.toParentValueBlockIdRange()BlockfileIndexEntry.valueBlockIdRange()Returns the value of thevalueBlockIdRangerecord component.Constructors in io.datarouter.bytes.blockfile.index with parameters of type BlockfileValueBlockIdRangeModifierConstructorDescriptionBlockfileIndexEntry(int level, long childGlobalBlockId, long childIndexOrValueBlockId, BlockfileValueBlockIdRange valueBlockIdRange, BlockfileRowIdRange rowIdRange, BlockfileRowRange rowRange, BlockfileByteRange byteRange) Creates an instance of aBlockfileIndexEntryrecord class.