Uses of Class
io.datarouter.bytes.blockfile.block.decoded.BlockfileHeaderBlock.BlockfileHeaderCodec
Packages that use BlockfileHeaderBlock.BlockfileHeaderCodec
Package
Description
-
Uses of BlockfileHeaderBlock.BlockfileHeaderCodec in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read that return BlockfileHeaderBlock.BlockfileHeaderCodecModifier and TypeMethodDescriptionBlockfileReader.BlockfileReaderConfig.headerCodec()Returns the value of theheaderCodecrecord component.Constructors in io.datarouter.bytes.blockfile.io.read with parameters of type BlockfileHeaderBlock.BlockfileHeaderCodecModifierConstructorDescriptionBlockfileReaderConfig(BlockfileStorage storage, Function<BlockfileRow, T> rowDecoder, BlockfileHeaderBlock.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 BlockfileHeaderBlock.BlockfileHeaderCodec in io.datarouter.bytes.blockfile.io.read.metadata
Methods in io.datarouter.bytes.blockfile.io.read.metadata that return BlockfileHeaderBlock.BlockfileHeaderCodecModifier and TypeMethodDescriptionBlockfileMetadataReader.BlockfileMetadataReaderConfig.headerCodec()Returns the value of theheaderCodecrecord component.Constructors in io.datarouter.bytes.blockfile.io.read.metadata with parameters of type BlockfileHeaderBlock.BlockfileHeaderCodecModifierConstructorDescriptionBlockfileMetadataReaderConfig(BlockfileStorage storage, BlockfileHeaderBlock.BlockfileHeaderCodec headerCodec, Optional<Long> knownFileLength) Creates an instance of aBlockfileMetadataReaderConfigrecord class. -
Uses of BlockfileHeaderBlock.BlockfileHeaderCodec in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileHeaderBlock.BlockfileHeaderCodecModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.headerCodec()Returns the value of theheaderCodecrecord component.Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileHeaderBlock.BlockfileHeaderCodecModifierConstructorDescriptionBlockfileWriterConfig(BlockfileStorage storage, BlockfileHeaderBlock.BlockfileHeaderCodec headerCodec, BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer, BinaryDictionary userDictionary, Supplier<BinaryDictionary> footerUserDictionarySupplier, List<BlockfileListener> listeners, int encodeBatchSize, io.datarouter.scanner.Threads encodeThreads, boolean multipartWrite, io.datarouter.scanner.Threads writeThreads, int indexFanOut, Optional<ByteLength> optTargetIndexBlockSize) Creates an instance of aBlockfileWriterConfigrecord class.