public class UnfilteredRowIteratorWithLowerBound extends LazilyInitializedUnfilteredRowIterator implements IteratorWithLowerBound<Unfiltered>
| Constructor and Description | 
|---|
| UnfilteredRowIteratorWithLowerBound(DecoratedKey partitionKey,
                                   SSTableReader sstable,
                                   ClusteringIndexFilter filter,
                                   ColumnFilter selectedColumns,
                                   boolean isForThrift,
                                   int nowInSec,
                                   boolean applyThriftTransformation,
                                   SSTableReadsListener listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionColumns | columns()A subset of the columns for the (static and regular) rows returned by this iterator. | 
| protected Unfiltered | computeNext() | 
| protected UnfilteredRowIterator | initializeIterator() | 
| boolean | isReverseOrder()Whether or not the rows returned by this iterator are in reversed
 clustering order. | 
| Unfiltered | lowerBound() | 
| CFMetaData | metadata()The metadata for the table this iterator on. | 
| DeletionTime | partitionLevelDeletion()The partition level deletion for the partition this iterate over. | 
| Row | staticRow()The static part corresponding to this partition (this can be an empty
 row but cannot be  null). | 
| EncodingStats | stats()Return "statistics" about what is returned by this iterator. | 
close, initialized, maybeInit, partitionKeyendOfData, hasNext, next, peek, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEmptypublic UnfilteredRowIteratorWithLowerBound(DecoratedKey partitionKey, SSTableReader sstable, ClusteringIndexFilter filter, ColumnFilter selectedColumns, boolean isForThrift, int nowInSec, boolean applyThriftTransformation, SSTableReadsListener listener)
public Unfiltered lowerBound()
lowerBound in interface IteratorWithLowerBound<Unfiltered>protected UnfilteredRowIterator initializeIterator()
initializeIterator in class LazilyInitializedUnfilteredRowIteratorprotected Unfiltered computeNext()
computeNext in class LazilyInitializedUnfilteredRowIteratorpublic CFMetaData metadata()
BaseRowIteratormetadata in interface BaseRowIterator<Unfiltered>metadata in class LazilyInitializedUnfilteredRowIteratorpublic boolean isReverseOrder()
BaseRowIteratorisReverseOrder in interface BaseRowIterator<Unfiltered>isReverseOrder in class LazilyInitializedUnfilteredRowIteratorpublic PartitionColumns columns()
BaseRowIteratorcolumns in interface BaseRowIterator<Unfiltered>columns in class LazilyInitializedUnfilteredRowIteratorpublic EncodingStats stats()
UnfilteredRowIteratorstats in interface UnfilteredRowIteratorstats in class LazilyInitializedUnfilteredRowIteratorpublic DeletionTime partitionLevelDeletion()
UnfilteredRowIteratorpartitionLevelDeletion in interface UnfilteredRowIteratorpartitionLevelDeletion in class LazilyInitializedUnfilteredRowIteratorpublic Row staticRow()
BaseRowIteratornull).staticRow in interface BaseRowIterator<Unfiltered>staticRow in class LazilyInitializedUnfilteredRowIteratorCopyright © 2018 The Apache Software Foundation