Uses of Class
org.apache.cassandra.utils.AbstractIterator
Packages that use AbstractIterator
Package
Description
-
Uses of AbstractIterator in org.apache.cassandra.db.rows
Subclasses of AbstractIterator in org.apache.cassandra.db.rowsModifier and TypeClassDescriptionclassclassAbstract class to create UnfilteredRowIterator that lazily initializes itself.classAn iterator that merges a source of rows with the range tombstone and partition level deletion of a give partition.classA utility class to split the givenUnfilteredRowIteratorinto smaller chunks each having at mostThrottledUnfilteredIterator.throttle+ 1 unfiltereds.classAn 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.sai.disk.v1.vector
Subclasses of AbstractIterator in org.apache.cassandra.index.sai.disk.v1.vectorModifier and TypeClassDescriptionclassAn iterator overSearchResult.NodeScorebacked by aSearchResultthat resumes search when the backingSearchResultis exhausted.classAn iterator overRowIdWithScorethat lazily consumes from aNeighborQueueof approximate scores.classAn iterator overRowIdWithScorethat lazily consumes aNeighborQueue.classAn iterator overRowIdWithScoresorted by score descending.classAn iterator over scored primary keys ordered by the score descending Not skippable. -
Uses of AbstractIterator in org.apache.cassandra.index.sai.iterators
Subclasses of AbstractIterator in org.apache.cassandra.index.sai.iteratorsModifier and TypeClassDescriptionclassAn iterator over a priority queue. -
Uses of AbstractIterator in org.apache.cassandra.index.sai.plan
Subclasses of AbstractIterator in org.apache.cassandra.index.sai.planModifier and TypeClassDescriptionclassA result retriever that consumes an iterator primary keys sorted by some score, materializes the row for each primary key (currently, each primary key is required to be fully qualified and should only point to one row), apply the filter tree to the row to test that the real row satisfies the WHERE clause, and finally tests that the row is valid for the ORDER BY clause. -
Uses of AbstractIterator in org.apache.cassandra.index.sai.utils
Subclasses of AbstractIterator in org.apache.cassandra.index.sai.utils -
Uses of AbstractIterator in org.apache.cassandra.index.sasi.disk
Subclasses of AbstractIterator in org.apache.cassandra.index.sasi.disk -
Uses of AbstractIterator in org.apache.cassandra.io.sstable
Subclasses of AbstractIterator in org.apache.cassandra.io.sstableModifier and TypeClassDescriptionclassclassUtility class to handle deserializing atom from sstables.static class -
Uses of AbstractIterator in org.apache.cassandra.io.sstable.format
Subclasses of AbstractIterator in org.apache.cassandra.io.sstable.format -
Uses of AbstractIterator in org.apache.cassandra.io.sstable.format.big
Subclasses of AbstractIterator in org.apache.cassandra.io.sstable.format.big -
Uses of AbstractIterator in org.apache.cassandra.io.sstable.format.bti
Subclasses of AbstractIterator in org.apache.cassandra.io.sstable.format.bti -
Uses of AbstractIterator in org.apache.cassandra.service.reads.range
Subclasses of AbstractIterator in org.apache.cassandra.service.reads.rangeModifier and TypeClassDescriptionclassclassA customRangeCommandIteratorthat 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.utilsModifier and TypeClassDescriptionclassMergeIterator<In,Out> Merges sorted input iterators which individually contain unique items.static classReturns the leaf (range) of a given tree in increasing order.