Uses of Class
io.datarouter.bytes.blockfile.io.read.BlockfileReaderBuilder
Packages that use BlockfileReaderBuilder
-
Uses of BlockfileReaderBuilder in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile that return BlockfileReaderBuilderModifier and TypeMethodDescriptionBlockfileGroup.newReaderBuilder(BlockfileMetadataReader<T> metadataReader, Function<BlockfileRow, T> rowDecoder) For cases where you need to obtain something from the header/footer before creating the reader.BlockfileGroup.newReaderBuilder(String pathAndFile, Function<BlockfileRow, T> rowDecoder) BlockfileGroup.newReaderBuilderKnownFileLength(String pathAndFile, long knownFileLength, Function<BlockfileRow, T> rowDecoder) -
Uses of BlockfileReaderBuilder in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read that return BlockfileReaderBuilderModifier and TypeMethodDescriptionBlockfileReaderBuilder.enableChecksumValidation()BlockfileReaderBuilder.setDecodeBatchSize(int decodeBatchSize) BlockfileReaderBuilder.setDecodeThreads(io.datarouter.scanner.Threads decodeThreads) BlockfileReaderBuilder.setReadChunkSize(ByteLength readChunkSize) BlockfileReaderBuilder.setReadThreads(io.datarouter.scanner.Threads readThreads)