Record Class BlockfileIndexBlock

java.lang.Object
java.lang.Record
io.datarouter.bytes.blockfile.block.decoded.BlockfileIndexBlock

public record BlockfileIndexBlock(long globalBlockId, long indexBlockId, int level, int numChildren, byte[] offsetsTable, byte[] indexKeys) extends Record