Uses of Record Class
io.datarouter.bytes.blockfile.checksum.BlockfileChecksummer
Packages that use BlockfileChecksummer
Package
Description
-
Uses of BlockfileChecksummer in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile with parameters of type BlockfileChecksummerModifier and TypeMethodDescriptionBlockfileBuilder.registerChecksummer(BlockfileChecksummer checksummer) -
Uses of BlockfileChecksummer in io.datarouter.bytes.blockfile.checksum
Fields in io.datarouter.bytes.blockfile.checksum declared as BlockfileChecksummerModifier and TypeFieldDescriptionstatic final BlockfileChecksummerBlockfileStandardChecksummers.ADLER_32static final BlockfileChecksummerBlockfileStandardChecksummers.CRC_32static final BlockfileChecksummerBlockfileStandardChecksummers.NONEFields in io.datarouter.bytes.blockfile.checksum with type parameters of type BlockfileChecksummerModifier and TypeFieldDescriptionfinal List<BlockfileChecksummer> BlockfileChecksummers.allstatic final List<BlockfileChecksummer> BlockfileStandardChecksummers.ALLstatic final Map<String, BlockfileChecksummer> BlockfileStandardChecksummers.BY_ENCODED_NAMEMethods in io.datarouter.bytes.blockfile.checksum that return BlockfileChecksummerMethods in io.datarouter.bytes.blockfile.checksum with parameters of type BlockfileChecksummerConstructor parameters in io.datarouter.bytes.blockfile.checksum with type arguments of type BlockfileChecksummer -
Uses of BlockfileChecksummer in io.datarouter.bytes.blockfile.section
Methods in io.datarouter.bytes.blockfile.section that return BlockfileChecksummerModifier and TypeMethodDescriptionBlockfileHeader.checksummer()Returns the value of thechecksummerrecord component.Constructors in io.datarouter.bytes.blockfile.section with parameters of type BlockfileChecksummerModifierConstructorDescriptionBlockfileHeader(BinaryDictionary userDictionary, BlockfileCompressor compressor, int checksumLength, BlockfileChecksummer checksummer) Creates an instance of aBlockfileHeaderrecord class. -
Uses of BlockfileChecksummer in io.datarouter.bytes.blockfile.write
Methods in io.datarouter.bytes.blockfile.write that return BlockfileChecksummerModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.checksummer()Returns the value of thechecksummerrecord component.Methods in io.datarouter.bytes.blockfile.write with parameters of type BlockfileChecksummerModifier and TypeMethodDescriptionBlockfileWriterBuilder.setChecksummer(BlockfileChecksummer checksummer) Constructors in io.datarouter.bytes.blockfile.write with parameters of type BlockfileChecksummerModifierConstructorDescriptionBlockfileWriterConfig(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. -
Uses of BlockfileChecksummer in io.datarouter.bytes.kvfile.io
Methods in io.datarouter.bytes.kvfile.io with parameters of type BlockfileChecksummerModifier and TypeMethodDescriptionKvFileBuilder.registerChecksummer(BlockfileChecksummer checksummer) -
Uses of BlockfileChecksummer in io.datarouter.bytes.kvfile.io.write
Methods in io.datarouter.bytes.kvfile.io.write with parameters of type BlockfileChecksummerModifier and TypeMethodDescriptionKvFileWriterBuilder.setChecksummer(BlockfileChecksummer checksummer)