Record Class BlockfileIndexBlockInput

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

public record BlockfileIndexBlockInput(long globalBlockId, long indexBlockId, int level, List<BlockfileIndexEntry> children) extends Record