Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util |
Modifier and Type | Method and Description |
---|---|
static CompressedRandomAccessReader |
CompressedRandomAccessReader.open(ICompressedFile file) |
static CompressedThrottledReader |
CompressedThrottledReader.open(ICompressedFile file,
com.google.common.util.concurrent.RateLimiter limiter) |
Constructor and Description |
---|
CompressedRandomAccessReader(ChannelProxy channel,
CompressionMetadata metadata,
ICompressedFile file) |
CompressedThrottledReader(ChannelProxy channel,
CompressionMetadata metadata,
ICompressedFile file,
com.google.common.util.concurrent.RateLimiter limiter) |
Modifier and Type | Class and Description |
---|---|
class |
CompressedPoolingSegmentedFile |
class |
CompressedSegmentedFile |
Copyright © 2015 The Apache Software Foundation