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 classAbstractUnfilteredRowIteratorclassLazilyInitializedUnfilteredRowIteratorAbstract class to create UnfilteredRowIterator that lazily initialize themselves.classRowAndDeletionMergeIteratorAn iterator that merges a source of rows with the range tombstone and partition level deletion of a give partition.classThrottledUnfilteredIteratorA utility class to split the given#UnfilteredRowIteratorinto smaller chunks each having at mostThrottledUnfilteredIterator.throttle+ 1 unfiltereds.classUnfilteredRowIteratorWithLowerBoundAn 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 classAbstractTokenTreeBuilder.LevelIterator -
Uses of AbstractIterator in org.apache.cassandra.io.sstable
Subclasses of AbstractIterator in org.apache.cassandra.io.sstable Modifier and Type Class Description classKeyIteratorclassSSTableSimpleIteratorUtility class to handle deserializing atom from sstables.static classSSTableSimpleIterator.EmptySSTableSimpleIterator -
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 classBigTableScanner.KeyScanningIterator -
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 classRangeCommandIterator -
Uses of AbstractIterator in org.apache.cassandra.utils
Subclasses of AbstractIterator in org.apache.cassandra.utils Modifier and Type Class Description classMergeIterator<In,Out>Merges sorted input iterators which individually contain unique items.static classMerkleTree.TreeRangeIteratorReturns the leaf (range) of a given tree in increasing order.
-