| Interface | Description |
|---|---|
| ICompressor |
| Class | Description |
|---|---|
| CompressedSequentialWriter | |
| CompressedSequentialWriter.CompressedFileWriterMark |
Class to hold a mark to the position of the file
|
| CompressionMetadata |
Holds metadata about compressed file
|
| CompressionMetadata.Chunk |
Holds offset and length of the file chunk
|
| CompressionMetadata.Writer | |
| DeflateCompressor | |
| LZ4Compressor | |
| NoopCompressor |
A Compressor which doesn't actually compress any data.
|
| SnappyCompressor | |
| ZstdCompressor |
ZSTD Compressor
|
| Enum | Description |
|---|---|
| BufferType | |
| ICompressor.Uses |
Ways that a particular instance of ICompressor should be used internally in Cassandra.
|
| Exception | Description |
|---|---|
| CorruptBlockException |
Copyright © 2009-2022 The Apache Software Foundation