Record Class BlockfileMergerParams.BlockfileMergerWriteParams

java.lang.Object
java.lang.Record
io.datarouter.bytes.blockfile.io.merge.BlockfileMergerParams.BlockfileMergerWriteParams
Enclosing class:
BlockfileMergerParams

public static record BlockfileMergerParams.BlockfileMergerWriteParams(BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, ByteLength minBlockSize, int encodeBatchSize, ExecutorService encodeExec, ByteLength multipartUploadThreshold, int writeThreads, ExecutorService writeExec) extends Record