Package | Description |
---|---|
org.apache.cassandra.db.streaming |
File transfer
|
org.apache.cassandra.io.util | |
org.apache.cassandra.transport.frame.checksum | |
org.apache.cassandra.utils |
Constructor and Description |
---|
CompressedInputStream(DataInputPlus input,
CompressionInfo compressionInfo,
ChecksumType checksumType,
java.util.function.DoubleSupplier validateChecksumChance) |
Constructor and Description |
---|
ChecksumValidator(ChecksumType checksumType,
RandomAccessReader reader,
int chunkSize) |
ChecksumValidator(ChecksumType checksumType,
RandomAccessReader reader,
java.lang.String dataFilename) |
Modifier and Type | Method and Description |
---|---|
static ChecksummingTransformer |
ChecksummingTransformer.getTransformer(ChecksumType checksumType,
Compressor compressor) |
Modifier and Type | Method and 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.
|
Copyright © 2009-2020 The Apache Software Foundation