Interface UnfilteredPartitionIterator

All Superinterfaces:
AutoCloseable, BasePartitionIterator<UnfilteredRowIterator>, CloseableIterator<UnfilteredRowIterator>, Iterator<UnfilteredRowIterator>
All Known Subinterfaces:
ISSTableScanner
All Known Implementing Classes:
AbstractUnfilteredPartitionIterator, BigTableScanner, BtiTableScanner, CassandraValidationIterator, CompactionIterator, EmptySSTableScanner, InMemoryUnfilteredPartitionIterator, ShardedSkipListMemtable.MemtableUnfilteredPartitionIterator, SingletonUnfilteredPartitionIterator, SSTableScanner, SSTableSimpleScanner, StorageAttachedIndexSearcher.ScoreOrderedResultRetriever, ValidationPartitionIterator

public interface UnfilteredPartitionIterator extends BasePartitionIterator<UnfilteredRowIterator>
An iterator over a number of unfiltered partitions (i.e. partitions containing deletion informations). The object returned by a call to next() is only guaranteed to be valid until the next call to hasNext() or next(). If a consumer wants to keep a reference on the returned objects for longer than the iteration, it must make a copy of it explicitely.