Record Class BlockfileIndexEntry

java.lang.Object
java.lang.Record
io.datarouter.bytes.blockfile.index.BlockfileIndexEntry

public record BlockfileIndexEntry(int level, long childGlobalBlockId, long childIndexOrValueBlockId, BlockfileValueBlockIdRange valueBlockIdRange, BlockfileRowIdRange rowIdRange, BlockfileRowRange rowRange, BlockfileByteRange byteRange) extends Record