Uses of Record Class
io.datarouter.bytes.blockfile.encoding.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 TypeMethodDescriptionBlockfileGroupBuilder.registerChecksummer(BlockfileChecksummer checksummer) -
Uses of BlockfileChecksummer in io.datarouter.bytes.blockfile.block.decoded
Methods in io.datarouter.bytes.blockfile.block.decoded that return BlockfileChecksummerModifier and TypeMethodDescriptionBlockfileHeaderBlock.checksummer()Returns the value of thechecksummerrecord component.Constructors in io.datarouter.bytes.blockfile.block.decoded with parameters of type BlockfileChecksummerModifierConstructorDescriptionBlockfileHeaderBlock(BinaryDictionary userDictionary, BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer) Creates an instance of aBlockfileHeaderBlockrecord class. -
Uses of BlockfileChecksummer in io.datarouter.bytes.blockfile.encoding.checksum
Fields in io.datarouter.bytes.blockfile.encoding.checksum declared as BlockfileChecksummerModifier and TypeFieldDescriptionstatic final BlockfileChecksummerBlockfileStandardChecksummers.ADLER_32static final BlockfileChecksummerBlockfileStandardChecksummers.CRC_32static final BlockfileChecksummerBlockfileStandardChecksummers.NONEFields in io.datarouter.bytes.blockfile.encoding.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.encoding.checksum that return BlockfileChecksummerMethods in io.datarouter.bytes.blockfile.encoding.checksum with parameters of type BlockfileChecksummerConstructor parameters in io.datarouter.bytes.blockfile.encoding.checksum with type arguments of type BlockfileChecksummer -
Uses of BlockfileChecksummer in io.datarouter.bytes.blockfile.encoding.valueblock
Methods in io.datarouter.bytes.blockfile.encoding.valueblock that return BlockfileChecksummerModifier and TypeMethodDescriptionBlockfileValueBlockEncoder.BlockfileValueBlockEncoderConfig.checksummer()Returns the value of thechecksummerrecord component.Constructors in io.datarouter.bytes.blockfile.encoding.valueblock with parameters of type BlockfileChecksummerModifierConstructorDescriptionBlockfileValueBlockEncoderConfig(BlockfileValueBlockFormat valueBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer) Creates an instance of aBlockfileValueBlockEncoderConfigrecord class. -
Uses of BlockfileChecksummer in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileChecksummerModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.checksummer()Returns the value of thechecksummerrecord component.Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileChecksummerModifier and TypeMethodDescriptionBlockfileWriterBuilder.setChecksummer(BlockfileChecksummer checksummer) Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileChecksummerModifierConstructorDescriptionBlockfileWriterConfig(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.