Class BlockfileReaderBuilder<T>
java.lang.Object
io.datarouter.bytes.blockfile.io.read.BlockfileReaderBuilder<T>
-
Constructor Summary
ConstructorsConstructorDescriptionBlockfileReaderBuilder(BlockfileGroup<T> blockfile, BlockfileMetadataReader<T> metadataReader, Function<BlockfileRow, T> rowDecoder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()setDecodeBatchSize(int decodeBatchSize) setDecodeThreads(io.datarouter.scanner.Threads decodeThreads) setReadChunkSize(ByteLength readChunkSize) setReadThreads(io.datarouter.scanner.Threads readThreads)
-
Constructor Details
-
BlockfileReaderBuilder
public BlockfileReaderBuilder(BlockfileGroup<T> blockfile, BlockfileMetadataReader<T> metadataReader, Function<BlockfileRow, T> rowDecoder)
-
-
Method Details
-
setReadThreads
-
setReadChunkSize
-
setDecodeBatchSize
-
setDecodeThreads
-
enableChecksumValidation
-
build
-