Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.streaming.compress |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<CompressionMetadata.Chunk> |
CompressionMetadata.Chunk.serializer |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata.Chunk |
CompressionMetadata.chunkFor(long position)
Get a chunk of compressed data (offset, length) corresponding to given position
|
CompressionMetadata.Chunk[] |
CompressionMetadata.getChunksForSections(java.util.Collection<Pair<java.lang.Long,java.lang.Long>> sections) |
Constructor and Description |
---|
CorruptBlockException(java.lang.String filePath,
CompressionMetadata.Chunk chunk) |
CorruptBlockException(java.lang.String filePath,
CompressionMetadata.Chunk chunk,
java.lang.Throwable cause) |
Modifier and Type | Field and Description |
---|---|
CompressionMetadata.Chunk[] |
CompressionInfo.chunks |
Constructor and Description |
---|
CompressionInfo(CompressionMetadata.Chunk[] chunks,
CompressionParams parameters) |
Copyright © 2019 The Apache Software Foundation