Uses of Class
io.datarouter.bytes.blockfile.section.BlockfileHeader.BlockfileHeaderCodec
Packages that use BlockfileHeader.BlockfileHeaderCodec
-
Uses of BlockfileHeader.BlockfileHeaderCodec in io.datarouter.bytes.blockfile.read
Methods in io.datarouter.bytes.blockfile.read that return BlockfileHeader.BlockfileHeaderCodecModifier and TypeMethodDescriptionBlockfileMetadataReader.BlockfileMetadataReaderConfig.headerCodec()Returns the value of theheaderCodecrecord component.BlockfileReader.BlockfileReaderConfig.headerCodec()Returns the value of theheaderCodecrecord component.Constructors in io.datarouter.bytes.blockfile.read with parameters of type BlockfileHeader.BlockfileHeaderCodecModifierConstructorDescriptionBlockfileMetadataReaderConfig(BlockfileStorage storage, BlockfileHeader.BlockfileHeaderCodec headerCodec, Optional<Long> knownFileLength) Creates an instance of aBlockfileMetadataReaderConfigrecord class.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 BlockfileHeader.BlockfileHeaderCodec in io.datarouter.bytes.blockfile.write
Methods in io.datarouter.bytes.blockfile.write that return BlockfileHeader.BlockfileHeaderCodecModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.headerCodec()Returns the value of theheaderCodecrecord component.Constructors in io.datarouter.bytes.blockfile.write with parameters of type BlockfileHeader.BlockfileHeaderCodecModifierConstructorDescriptionBlockfileWriterConfig(BlockfileStorage storage, Function<T, byte[]> encoder, BlockfileHeader.BlockfileHeaderCodec headerCodec, 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) Creates an instance of aBlockfileWriterConfigrecord class.