Uses of Enum Class
org.apache.cassandra.utils.ChecksumType
Packages that use ChecksumType
Package
Description
File transfer
-
Uses of ChecksumType in org.apache.cassandra.db.streaming
Constructors in org.apache.cassandra.db.streaming with parameters of type ChecksumTypeModifierConstructorDescriptionCompressedInputStream(DataInputPlus input, CompressionInfo compressionInfo, ChecksumType checksumType, DoubleSupplier validateChecksumChance) -
Uses of ChecksumType in org.apache.cassandra.io.util
Constructors in org.apache.cassandra.io.util with parameters of type ChecksumTypeModifierConstructorDescriptionChecksumValidator(ChecksumType checksumType, RandomAccessReader reader, String dataFilename) -
Uses of ChecksumType in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return ChecksumTypeModifier and TypeMethodDescriptionstatic ChecksumTypeReturns the enum constant of this class with the specified name.static ChecksumType[]ChecksumType.values()Returns an array containing the constants of this enum class, in the order they are declared.