Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.util | |
org.apache.cassandra.service | |
org.apache.cassandra.streaming |
Modifier and Type | Class and Description |
---|---|
class |
CompressedRandomAccessReader
CRAR extends RAR to transparently uncompress blocks from the file into RAR.buffer.
|
class |
CompressedThrottledReader |
Modifier and Type | Field and Description |
---|---|
protected RandomAccessReader |
SSTableScanner.dfile |
protected RandomAccessReader |
SSTableScanner.ifile |
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
SSTableReader.openDataReader() |
RandomAccessReader |
SSTableReader.openDataReader(com.google.common.util.concurrent.RateLimiter limiter) |
RandomAccessReader |
SSTableReader.openIndexReader() |
Constructor and Description |
---|
SSTableIdentityIterator(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey key,
long dataSize)
Used to iterate through the columns of a row.
|
SSTableIdentityIterator(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey key,
long dataSize,
boolean checkData)
Used to iterate through the columns of a row.
|
Modifier and Type | Class and Description |
---|---|
class |
ThrottledReader |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessReader |
BufferedPoolingSegmentedFile.createReader(java.lang.String path) |
protected RandomAccessReader |
CompressedPoolingSegmentedFile.createReader(java.lang.String path) |
protected abstract RandomAccessReader |
PoolingSegmentedFile.createReader(java.lang.String path) |
static RandomAccessReader |
RandomAccessReader.open(java.io.File file) |
static RandomAccessReader |
RandomAccessReader.open(java.io.File file,
PoolingSegmentedFile owner) |
Modifier and Type | Method and Description |
---|---|
void |
PoolingSegmentedFile.recycle(RandomAccessReader reader) |
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
FileCacheService.get(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
void |
FileCacheService.put(RandomAccessReader instance) |
Modifier and Type | Method and Description |
---|---|
protected long |
StreamWriter.write(RandomAccessReader reader,
DataIntegrityMetadata.ChecksumValidator validator,
int start,
long length,
long bytesTransferred)
Sequentially read bytes from the file and write them to the output stream
|
Copyright © 2015 The Apache Software Foundation