Uses of Class
io.datarouter.bytes.blockfile.read.BlockfileReader
Packages that use BlockfileReader
Package
Description
-
Uses of BlockfileReader in io.datarouter.bytes.blockfile
Method parameters in io.datarouter.bytes.blockfile with type arguments of type BlockfileReaderModifier and TypeMethodDescriptionBlockfile.newReaderBuilder(BlockfileMetadataReader<T> metadataReader, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor) Blockfile.newReaderBuilderKnownFileLength(String pathAndFile, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor, long knownFileLength) -
Uses of BlockfileReader in io.datarouter.bytes.blockfile.read
Methods in io.datarouter.bytes.blockfile.read that return BlockfileReaderMethods in io.datarouter.bytes.blockfile.read that return types with arguments of type BlockfileReaderModifier and TypeMethodDescriptionFunction<BlockfileReader<T>, Function<byte[], T>> BlockfileReader.BlockfileReaderConfig.decoderExtractor()Returns the value of thedecoderExtractorrecord component.Constructor parameters in io.datarouter.bytes.blockfile.read with type arguments of type BlockfileReaderModifierConstructorDescriptionBlockfileReaderBuilder(Blockfile<T> blockfile, BlockfileMetadataReader<T> metadataReader, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor) BlockfileReaderConfig(BlockfileStorage storage, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor, BlockfileHeader.BlockfileHeaderCodec headerCodec, io.datarouter.scanner.Threads readThreads, ByteLength readChunkSize, int decodeBatchSize, io.datarouter.scanner.Threads decodeThreads, boolean validateChecksums, Optional<Long> knownFileLength) Creates an instance of aBlockfileReaderConfigrecord class. -
Uses of BlockfileReader in io.datarouter.bytes.kvfile.io.read
Methods in io.datarouter.bytes.kvfile.io.read that return BlockfileReaderModifier and TypeMethodDescriptionKvFileReader.KvFileReaderConfig.blockfileReader()Returns the value of theblockfileReaderrecord component.Constructors in io.datarouter.bytes.kvfile.io.read with parameters of type BlockfileReaderModifierConstructorDescriptionKvFileReaderConfig(BlockfileReader<List<T>> blockfileReader, KvFileMetadataReader<T> kvFileMetadataReader) Creates an instance of aKvFileReaderConfigrecord class.