Uses of Class
io.datarouter.bytes.blockfile.read.BlockfileMetadataReader
Packages that use BlockfileMetadataReader
Package
Description
-
Uses of BlockfileMetadataReader in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile with parameters of type BlockfileMetadataReaderModifier and TypeMethodDescriptionBlockfile.newReaderBuilder(BlockfileMetadataReader<T> metadataReader, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor) -
Uses of BlockfileMetadataReader in io.datarouter.bytes.blockfile.read
Methods in io.datarouter.bytes.blockfile.read that return BlockfileMetadataReaderModifier and TypeMethodDescriptionBlockfileMetadataReaderBuilder.build()BlockfileReader.metadataReader()Constructors in io.datarouter.bytes.blockfile.read with parameters of type BlockfileMetadataReaderModifierConstructorDescriptionBlockfileReader(BlockfileMetadataReader<T> metadataReader, BlockfileReader.BlockfileReaderConfig<T> config) BlockfileReaderBuilder(Blockfile<T> blockfile, BlockfileMetadataReader<T> metadataReader, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor) -
Uses of BlockfileMetadataReader in io.datarouter.bytes.kvfile.io.read
Methods in io.datarouter.bytes.kvfile.io.read that return BlockfileMetadataReaderModifier and TypeMethodDescriptionKvFileMetadataReader.blockfileMetadataReader()KvFileMetadataReader.KvFileMetadataReaderConfig.blockfileMetadataReader()Returns the value of theblockfileMetadataReaderrecord component.Constructors in io.datarouter.bytes.kvfile.io.read with parameters of type BlockfileMetadataReaderModifierConstructorDescriptionKvFileMetadataReaderConfig(BlockfileMetadataReader<List<T>> blockfileMetadataReader, KvFileBlockFormats blockFormats) Creates an instance of aKvFileMetadataReaderConfigrecord class.