Class AbstractUnfilteredPartitionIterator

java.lang.Object
org.apache.cassandra.db.partitions.AbstractUnfilteredPartitionIterator
All Implemented Interfaces:
AutoCloseable, Iterator<UnfilteredRowIterator>, BasePartitionIterator<UnfilteredRowIterator>, UnfilteredPartitionIterator, CloseableIterator<UnfilteredRowIterator>
Direct Known Subclasses:
EmptySSTableScanner, ShardedSkipListMemtable.MemtableUnfilteredPartitionIterator, ValidationPartitionIterator

public abstract class AbstractUnfilteredPartitionIterator extends Object implements UnfilteredPartitionIterator