Uses of Class
org.apache.cassandra.utils.AbstractIterator
-
-
Uses of AbstractIterator in org.apache.cassandra.db.rows
Subclasses of AbstractIterator in org.apache.cassandra.db.rows Modifier and Type Class Description class
AbstractUnfilteredRowIterator
class
LazilyInitializedUnfilteredRowIterator
Abstract class to create UnfilteredRowIterator that lazily initializes itself.class
RowAndDeletionMergeIterator
An iterator that merges a source of rows with the range tombstone and partition level deletion of a give partition.class
ThrottledUnfilteredIterator
A utility class to split the givenUnfilteredRowIterator
into smaller chunks each having at mostThrottledUnfilteredIterator.throttle
+ 1 unfiltereds.class
UnfilteredRowIteratorWithLowerBound
An unfiltered row iterator with a lower bound retrieved from either the global sstable statistics or the row index lower bounds (if available in the cache). -
Uses of AbstractIterator in org.apache.cassandra.index.sasi.disk
Subclasses of AbstractIterator in org.apache.cassandra.index.sasi.disk Modifier and Type Class Description static class
AbstractTokenTreeBuilder.LevelIterator
-
Uses of AbstractIterator in org.apache.cassandra.io.sstable
Subclasses of AbstractIterator in org.apache.cassandra.io.sstable Modifier and Type Class Description class
KeyIterator
class
SSTableSimpleIterator
Utility class to handle deserializing atom from sstables.static class
SSTableSimpleIterator.EmptySSTableSimpleIterator
-
Uses of AbstractIterator in org.apache.cassandra.io.sstable.format
Subclasses of AbstractIterator in org.apache.cassandra.io.sstable.format Modifier and Type Class Description class
SSTableScanner.BaseKeyScanningIterator
-
Uses of AbstractIterator in org.apache.cassandra.io.sstable.format.big
Subclasses of AbstractIterator in org.apache.cassandra.io.sstable.format.big Modifier and Type Class Description protected class
BigTableScanner.BigScanningIterator
-
Uses of AbstractIterator in org.apache.cassandra.io.sstable.format.bti
Subclasses of AbstractIterator in org.apache.cassandra.io.sstable.format.bti Modifier and Type Class Description protected class
BtiTableScanner.BtiScanningIterator
-
Uses of AbstractIterator in org.apache.cassandra.service.reads.range
Subclasses of AbstractIterator in org.apache.cassandra.service.reads.range Modifier and Type Class Description class
RangeCommandIterator
class
ScanAllRangesCommandIterator
A customRangeCommandIterator
that queries all replicas required by consistency level at once with data range specify inPartitionRangeReadCommand
. -
Uses of AbstractIterator in org.apache.cassandra.utils
Subclasses of AbstractIterator in org.apache.cassandra.utils Modifier and Type Class Description class
MergeIterator<In,Out>
Merges sorted input iterators which individually contain unique items.static class
MerkleTree.TreeRangeIterator
Returns the leaf (range) of a given tree in increasing order.
-