Uses of Class
io.datarouter.bytes.blockfile.io.read.metadata.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 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. -
Uses of BlockfileMetadataReader in io.datarouter.bytes.blockfile.encoding.valueblock
Methods in io.datarouter.bytes.blockfile.encoding.valueblock that return BlockfileMetadataReaderModifier and TypeMethodDescriptionBlockfileValueBlockDecoder.BlockfileValueBlockDecoderConfig.metadata()Returns the value of themetadatarecord component.Constructors in io.datarouter.bytes.blockfile.encoding.valueblock with parameters of type BlockfileMetadataReaderModifierConstructorDescriptionBlockfileValueBlockDecoderConfig(Function<BlockfileRow, T> rowDecoder, BlockfileMetadataReader<T> metadata, boolean validateChecksums) Creates an instance of aBlockfileValueBlockDecoderConfigrecord class. -
Uses of BlockfileMetadataReader in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read that return BlockfileMetadataReaderConstructors in io.datarouter.bytes.blockfile.io.read with parameters of type BlockfileMetadataReaderModifierConstructorDescriptionBlockfileReader(BlockfileMetadataReader<T> metadata, BlockfileReader.BlockfileReaderConfig<T> config) BlockfileReaderBuilder(BlockfileGroup<T> blockfile, BlockfileMetadataReader<T> metadataReader, Function<BlockfileRow, T> rowDecoder) -
Uses of BlockfileMetadataReader in io.datarouter.bytes.blockfile.io.read.metadata
Methods in io.datarouter.bytes.blockfile.io.read.metadata that return BlockfileMetadataReader