Record Class BlockfileValueBlockDecoder.BlockfileValueBlockDecoderConfig<T>

java.lang.Object
java.lang.Record
io.datarouter.bytes.blockfile.encoding.valueblock.BlockfileValueBlockDecoder.BlockfileValueBlockDecoderConfig<T>
Enclosing class:
BlockfileValueBlockDecoder<T>

public static record BlockfileValueBlockDecoder.BlockfileValueBlockDecoderConfig<T>(Function<BlockfileRow,T> rowDecoder, BlockfileMetadataReader<T> metadata, boolean validateChecksums) extends Record