Class AbstractUnfilteredPartitionIterator
- java.lang.Object
-
- org.apache.cassandra.db.partitions.AbstractUnfilteredPartitionIterator
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.util.Iterator<UnfilteredRowIterator>,BasePartitionIterator<UnfilteredRowIterator>,UnfilteredPartitionIterator,CloseableIterator<UnfilteredRowIterator>
- Direct Known Subclasses:
BigTableScanner.EmptySSTableScanner,ShardedSkipListMemtable.MemtableUnfilteredPartitionIterator,ValidationPartitionIterator
public abstract class AbstractUnfilteredPartitionIterator extends java.lang.Object implements UnfilteredPartitionIterator
-
-
Constructor Summary
Constructors Constructor Description AbstractUnfilteredPartitionIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.db.partitions.UnfilteredPartitionIterator
metadata
-
-
-
-
Method Detail
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<UnfilteredRowIterator>
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfaceBasePartitionIterator<UnfilteredRowIterator>- Specified by:
closein interfaceCloseableIterator<UnfilteredRowIterator>
-
-