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 |
CompressedRandomAccessReader
CRAR extends RAR to transparently uncompress blocks from the file into RAR.buffer.
|
class |
CompressedThrottledReader |
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 |
ByteBufferDataInput |
class |
RandomAccessReader |
class |
ThrottledReader |
Modifier and Type | Method and Description |
---|---|
FileDataInput |
BufferedSegmentedFile.getSegment(long position) |
FileDataInput |
MmappedSegmentedFile.getSegment(long position) |
FileDataInput |
SegmentedFile.getSegment(long position) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<FileDataInput> |
SegmentedFile.iterator(long position) |
Copyright © 2015 The Apache Software Foundation