Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.streaming.compress | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
ChecksumType |
CompressionMetadata.checksumType |
Constructor and Description |
---|
CompressionMetadata(java.lang.String indexFilePath,
long compressedLength,
ChecksumType checksumType) |
Modifier and Type | Method and Description |
---|---|
abstract ChecksumType |
Version.compressedChecksumType() |
abstract ChecksumType |
Version.uncompressedChecksumType() |
Constructor and Description |
---|
CompressedInputStream(java.io.InputStream source,
CompressionInfo info,
ChecksumType checksumType) |
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 © 2015 The Apache Software Foundation