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
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.
-
Method Summary
Methods inherited from interface org.apache.cassandra.db.partitions.BasePartitionIterator
closeMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
metadata
TableMetadata metadata()
-