Uses of Class
org.apache.cassandra.utils.ChecksumType
-
Packages that use ChecksumType Package Description org.apache.cassandra.db.streaming File transferorg.apache.cassandra.io.util org.apache.cassandra.utils -
-
Uses of ChecksumType in org.apache.cassandra.db.streaming
Constructors in org.apache.cassandra.db.streaming with parameters of type ChecksumType Constructor Description CompressedInputStream(DataInputPlus input, CompressionInfo compressionInfo, ChecksumType checksumType, java.util.function.DoubleSupplier validateChecksumChance)
-
Uses of ChecksumType in org.apache.cassandra.io.util
Constructors in org.apache.cassandra.io.util with parameters of type ChecksumType Constructor Description ChecksumValidator(ChecksumType checksumType, RandomAccessReader reader, int chunkSize)
ChecksumValidator(ChecksumType checksumType, RandomAccessReader reader, java.lang.String dataFilename)
-
Uses of ChecksumType in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return ChecksumType Modifier and Type Method Description static ChecksumType
ChecksumType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChecksumType[]
ChecksumType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-