Package | Description |
---|---|
org.apache.cassandra.db.columniterator | |
org.apache.cassandra.hints |
Hints subsystem consists of several components.
|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.io.sstable.format.big | |
org.apache.cassandra.io.sstable.metadata | |
org.apache.cassandra.io.util |
Modifier and Type | Method and Description |
---|---|
protected org.apache.cassandra.db.columniterator.AbstractSSTableIterator.Reader |
SSTableIterator.createReader(RowIndexEntry indexEntry,
FileDataInput file,
boolean isAtPartitionStart,
boolean shouldCloseFile) |
protected org.apache.cassandra.db.columniterator.AbstractSSTableIterator.Reader |
SSTableReversedIterator.createReader(RowIndexEntry indexEntry,
FileDataInput file,
boolean isAtPartitionStart,
boolean shouldCloseFile) |
Constructor and Description |
---|
SSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
ColumnFilter columns,
boolean isForThrift) |
SSTableReversedIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
ColumnFilter columns,
boolean isForThrift) |
Modifier and Type | Class and Description |
---|---|
class |
ChecksummedDataInput
A
RandomAccessReader wrapper that calctulates the CRC in place. |
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 |
---|---|
FileDataInput |
SSTableReader.getFileDataInput(long position) |
Modifier and Type | Method and Description |
---|---|
abstract SliceableUnfilteredRowIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
Modifier and Type | Method and Description |
---|---|
SliceableUnfilteredRowIterator |
BigTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MetadataType,MetadataComponent> |
MetadataSerializer.deserialize(Descriptor descriptor,
FileDataInput in,
java.util.EnumSet<MetadataType> types) |
Modifier and Type | Class and Description |
---|---|
class |
ChecksummedRandomAccessReader |
class |
FileSegmentInputStream
This is the same as DataInputBuffer, i.e.
|
class |
RandomAccessReader |
static class |
RandomAccessReader.RandomAccessReaderWithOwnChannel |
Modifier and Type | Method and Description |
---|---|
FileDataInput |
SegmentedFile.createReader(long position) |
Copyright © 2015 The Apache Software Foundation