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
,Memtable.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 void
close()
void
remove()
-
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:
remove
in interfacejava.util.Iterator<UnfilteredRowIterator>
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfaceBasePartitionIterator<UnfilteredRowIterator>
- Specified by:
close
in interfaceCloseableIterator<UnfilteredRowIterator>
-
-