Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.util |
Modifier and Type | Method and Description |
---|---|
static CompressionMetadata |
CompressionMetadata.create(java.lang.String dataFilePath)
Create metadata about given compressed file including uncompressed data length, chunk size
and list of the chunk offsets of the compressed data.
|
Modifier and Type | Method and Description |
---|---|
static CompressedRandomAccessReader |
CompressedRandomAccessReader.open(java.lang.String dataFilePath,
CompressionMetadata metadata) |
static CompressedRandomAccessReader |
CompressedRandomAccessReader.open(java.lang.String path,
CompressionMetadata metadata,
CompressedPoolingSegmentedFile owner) |
static CompressedThrottledReader |
CompressedThrottledReader.open(java.lang.String file,
CompressionMetadata metadata,
com.google.common.util.concurrent.RateLimiter limiter) |
Constructor and Description |
---|
CompressedRandomAccessReader(java.lang.String dataFilePath,
CompressionMetadata metadata,
PoolingSegmentedFile owner) |
CompressedThrottledReader(java.lang.String file,
CompressionMetadata metadata,
com.google.common.util.concurrent.RateLimiter limiter) |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata |
SSTableReader.getCompressionMetadata()
Returns the compression metadata for this sstable.
|
Modifier and Type | Field and Description |
---|---|
CompressionMetadata |
CompressedPoolingSegmentedFile.metadata |
CompressionMetadata |
CompressedSegmentedFile.metadata |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata |
CompressedPoolingSegmentedFile.getMetadata() |
CompressionMetadata |
CompressedSegmentedFile.getMetadata() |
CompressionMetadata |
ICompressedFile.getMetadata() |
Constructor and Description |
---|
CompressedPoolingSegmentedFile(java.lang.String path,
CompressionMetadata metadata) |
CompressedSegmentedFile(java.lang.String path,
CompressionMetadata metadata) |
Copyright © 2015 The Apache Software Foundation