public class SSTableIterator extends AbstractSSTableIterator
AbstractSSTableIterator.IndexState, AbstractSSTableIterator.Reader
Constructor and Description |
---|
SSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
SegmentedFile ifile) |
Modifier and Type | Method and Description |
---|---|
protected AbstractSSTableIterator.Reader |
createReaderInternal(RowIndexEntry indexEntry,
FileDataInput file,
boolean shouldCloseFile) |
boolean |
isReverseOrder()
Whether or not the rows returned by this iterator are in reversed
clustering order.
|
close, columns, hasNext, metadata, next, partitionKey, partitionLevelDeletion, remove, staticRow, stats
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEmpty
public SSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, boolean isForThrift, SegmentedFile ifile)
protected AbstractSSTableIterator.Reader createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile)
createReaderInternal
in class AbstractSSTableIterator
public boolean isReverseOrder()
BaseRowIterator
Copyright © 2016 The Apache Software Foundation