Record Class BlockfileFooterBlock

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

public record BlockfileFooterBlock(RecordByteArrayField headerBytes, BinaryDictionary userDictionary, BlockfileLocation headerBlockLocation, BlockfileLocation rootIndexBlockLocation, long numValueBlocks, long numIndexBlocks) extends Record