Package org.apache.cassandra.db.memtable
Class ShardedSkipListMemtable.MemtableUnfilteredPartitionIterator
java.lang.Object
org.apache.cassandra.db.partitions.AbstractUnfilteredPartitionIterator
org.apache.cassandra.db.memtable.ShardedSkipListMemtable.MemtableUnfilteredPartitionIterator
- All Implemented Interfaces:
AutoCloseable,Iterator<UnfilteredRowIterator>,BasePartitionIterator<UnfilteredRowIterator>,UnfilteredPartitionIterator,CloseableIterator<UnfilteredRowIterator>
- Enclosing class:
- ShardedSkipListMemtable
public static class ShardedSkipListMemtable.MemtableUnfilteredPartitionIterator
extends AbstractUnfilteredPartitionIterator
implements UnfilteredPartitionIterator
-
Constructor Summary
ConstructorsConstructorDescriptionMemtableUnfilteredPartitionIterator(TableMetadata metadata, Iterator<AtomicBTreePartition> iterator, ColumnFilter columnFilter, DataRange dataRange) -
Method Summary
Methods inherited from class org.apache.cassandra.db.partitions.AbstractUnfilteredPartitionIterator
close, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.db.partitions.BasePartitionIterator
closeMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
MemtableUnfilteredPartitionIterator
public MemtableUnfilteredPartitionIterator(TableMetadata metadata, Iterator<AtomicBTreePartition> iterator, ColumnFilter columnFilter, DataRange dataRange)
-
-
Method Details
-
metadata
- Specified by:
metadatain interfaceUnfilteredPartitionIterator
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<UnfilteredRowIterator>
-
next
- Specified by:
nextin interfaceIterator<UnfilteredRowIterator>
-