Uses of Class
io.datarouter.bytes.blockfile.io.read.BlockfileConcatenatingReaderBuilder
Packages that use BlockfileConcatenatingReaderBuilder
-
Uses of BlockfileConcatenatingReaderBuilder in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile that return BlockfileConcatenatingReaderBuilderModifier and TypeMethodDescriptionBlockfileGroup.newConcatenatingReaderBuilder(Function<BlockfileRow, T> rowDecoder, ExecutorService prefetchExec) -
Uses of BlockfileConcatenatingReaderBuilder in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read that return BlockfileConcatenatingReaderBuilderModifier and TypeMethodDescriptionBlockfileConcatenatingReaderBuilder.enableChecksumValidation()BlockfileConcatenatingReaderBuilder.setDecodeBatchSize(int decodeBatchSize) BlockfileConcatenatingReaderBuilder.setDecodeThreads(io.datarouter.scanner.Threads decodeThreads) BlockfileConcatenatingReaderBuilder.setPrefetchBufferSize(ByteLength prefetchBufferSize) BlockfileConcatenatingReaderBuilder.setReadChunkSize(ByteLength readChunkSize) BlockfileConcatenatingReaderBuilder.setReadThreads(io.datarouter.scanner.Threads readThreads)