Package org.apache.cassandra.io.compress
-
Interface Summary Interface Description ICompressor -
Class Summary Class Description CompressedSequentialWriter CompressedSequentialWriter.CompressedFileWriterMark Class to hold a mark to the position of the fileCompressionMetadata Holds metadata about compressed file TODO extract interface ICompressionMetadata which will just provide non-resource propertiesCompressionMetadata.Chunk Holds offset and length of the file chunkCompressionMetadata.Writer DeflateCompressor LZ4Compressor NoopCompressor A Compressor which doesn't actually compress any data.SnappyCompressor ZstdCompressor ZSTD Compressor -
Enum Summary Enum Description BufferType ICompressor.Uses Ways that a particular instance of ICompressor should be used internally in Cassandra. -
Exception Summary Exception Description CorruptBlockException