Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util |
Constructor and Description |
---|
CompressedRandomAccessReader(java.lang.String dataFilePath,
CompressionMetadata metadata,
PoolingSegmentedFile owner) |
Modifier and Type | Class and Description |
---|---|
class |
BufferedPoolingSegmentedFile |
class |
CompressedPoolingSegmentedFile |
Modifier and Type | Field and Description |
---|---|
protected PoolingSegmentedFile |
RandomAccessReader.owner |
Modifier and Type | Method and Description |
---|---|
static RandomAccessReader |
RandomAccessReader.open(java.io.File file,
PoolingSegmentedFile owner) |
Constructor and Description |
---|
RandomAccessReader(java.io.File file,
int bufferSize,
PoolingSegmentedFile owner) |
Copyright © 2015 The Apache Software Foundation