public final class FilteredPartitions extends BasePartitions<RowIterator,BasePartitionIterator<?>> implements PartitionIterator
| 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 FilteredPartitions | filter(UnfilteredPartitionIterator iterator,
      Filter filter) | 
| static FilteredPartitions | filter(UnfilteredPartitionIterator iterator,
      int nowInSecs)Filter any RangeTombstoneMarker from the iterator's iterators, transforming it into a PartitionIterator. | 
| protected boolean | hasMoreContents() | 
| O | next() | 
applyOne, hasNext, runOnCloseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic static final Transformation[] EMPTY_TRANSFORMATIONS
public static final org.apache.cassandra.db.transform.Stack.MoreContentsHolder[] EMPTY_MORE_CONTENTS_HOLDERS
public static FilteredPartitions filter(UnfilteredPartitionIterator iterator, int nowInSecs)
public static FilteredPartitions filter(UnfilteredPartitionIterator iterator, Filter filter)
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