Package | Description |
---|---|
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.hints |
Hints subsystem consists of several components.
|
org.apache.cassandra.index.sasi.utils | |
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.io.sstable.format.big | |
org.apache.cassandra.io.util | |
org.apache.cassandra.streaming |
Constructor and Description |
---|
SegmentReader(CommitLogDescriptor descriptor,
RandomAccessReader reader,
boolean tolerateTruncation) |
Modifier and Type | Class and Description |
---|---|
class |
ChecksummedDataInput
A
RandomAccessReader wrapper that calctulates the CRC in place. |
class |
CompressedChecksummedDataInput |
class |
EncryptedChecksummedDataInput |
Constructor and Description |
---|
MappedBuffer(RandomAccessReader file) |
Modifier and Type | Class and Description |
---|---|
class |
CompressedRandomAccessReader
CRAR extends RAR to transparently uncompress blocks from the file into RAR.buffer.
|
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
CompressedRandomAccessReader.Builder.build() |
Modifier and Type | Method and Description |
---|---|
protected long |
SSTable.estimateRowsFromIndex(RandomAccessReader ifile) |
Constructor and Description |
---|
SSTableIdentityIterator(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey key)
Used to iterate through the columns of a row.
|
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
SSTableReader.openDataReader() |
RandomAccessReader |
SSTableReader.openDataReader(com.google.common.util.concurrent.RateLimiter limiter) |
RandomAccessReader |
SSTableReader.openIndexReader() |
Modifier and Type | Field and Description |
---|---|
protected RandomAccessReader |
BigTableScanner.dfile |
protected RandomAccessReader |
BigTableScanner.ifile |
Modifier and Type | Class and Description |
---|---|
class |
ChecksummedRandomAccessReader |
static class |
RandomAccessReader.RandomAccessReaderWithOwnChannel |
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
ChecksummedRandomAccessReader.Builder.build() |
RandomAccessReader |
RandomAccessReader.Builder.build() |
RandomAccessReader |
RandomAccessReader.Builder.buildWithChannel() |
RandomAccessReader |
CompressedSegmentedFile.createReader() |
RandomAccessReader |
MmappedSegmentedFile.createReader() |
RandomAccessReader |
SegmentedFile.createReader() |
RandomAccessReader |
CompressedSegmentedFile.createReader(com.google.common.util.concurrent.RateLimiter limiter) |
RandomAccessReader |
MmappedSegmentedFile.createReader(com.google.common.util.concurrent.RateLimiter limiter) |
RandomAccessReader |
SegmentedFile.createReader(com.google.common.util.concurrent.RateLimiter limiter) |
static RandomAccessReader |
RandomAccessReader.open(ChannelProxy channel) |
static RandomAccessReader |
RandomAccessReader.open(java.io.File file) |
Constructor and Description |
---|
ChecksumValidator(java.util.zip.Checksum checksum,
RandomAccessReader reader,
java.lang.String dataFilename) |
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 © 2016 The Apache Software Foundation