public final class FilteredRows extends BaseRows<Row,BaseRowIterator<?>> implements RowIterator
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.cassandra.db.transform.Stack.MoreContentsHolder[] | EMPTY_MORE_CONTENTS_HOLDERS | 
| static Transformation[] | EMPTY_TRANSFORMATIONS | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| static RowIterator | filter(UnfilteredRowIterator iterator,
      int nowInSecs)Filter any RangeTombstoneMarker from the iterator, transforming it into a RowIterator. | 
| protected boolean | hasMoreContents() | 
| boolean | isEmpty()Returns whether the provided iterator has no data. | 
| O | next() | 
applyOne, columns, hasNext, isReverseOrder, metadata, partitionKey, runOnClose, staticRowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcolumns, isReverseOrder, metadata, partitionKey, staticRowclosepublic static final Transformation[] EMPTY_TRANSFORMATIONS
public static final org.apache.cassandra.db.transform.Stack.MoreContentsHolder[] EMPTY_MORE_CONTENTS_HOLDERS
public boolean isEmpty()
RowIteratorisEmpty in interface BaseRowIterator<Row>isEmpty in interface RowIteratorpublic static RowIterator filter(UnfilteredRowIterator iterator, int nowInSecs)
public final void close()
close in interface java.lang.AutoCloseablepublic final O next()
next in interface java.util.Iterator<O extends V>protected final boolean hasMoreContents()
Copyright © 2018 The Apache Software Foundation