Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util |
Constructor and Description |
---|
CompressedRandomAccessReader(ChannelProxy channel,
CompressionMetadata metadata,
ICompressedFile file,
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(ChannelProxy channel,
long overrideSize,
PoolingSegmentedFile owner) |
Constructor and Description |
---|
PoolingSegmentedFile(PoolingSegmentedFile copy) |
RandomAccessReader(ChannelProxy channel,
int bufferSize,
long overrideLength,
BufferType bufferType,
PoolingSegmentedFile owner) |
Copyright © 2019 The Apache Software Foundation