Uses of Interface
org.apache.cassandra.utils.SearchIterator
-
Packages that use SearchIterator Package Description org.apache.cassandra.db.rows org.apache.cassandra.utils org.apache.cassandra.utils.btree org.apache.cassandra.utils.memory -
-
Uses of SearchIterator in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return SearchIterator Modifier and Type Method Description SearchIterator<ColumnMetadata,ColumnMetadata>
SerializationHelper. iterator(boolean isStatic)
SearchIterator<CellPath,Cell>
ComplexColumnData. searchIterator()
SearchIterator<ColumnMetadata,ColumnData>
Row. searchIterator()
An iterator to efficiently search data for a given column. -
Uses of SearchIterator in org.apache.cassandra.utils
Subinterfaces of SearchIterator in org.apache.cassandra.utils Modifier and Type Interface Description interface
IndexedSearchIterator<K,V>
-
Uses of SearchIterator in org.apache.cassandra.utils.btree
Subinterfaces of SearchIterator in org.apache.cassandra.utils.btree Modifier and Type Interface Description interface
BTreeSearchIterator<K,V>
Classes in org.apache.cassandra.utils.btree that implement SearchIterator Modifier and Type Class Description class
FullBTreeSearchIterator<K,V>
class
LeafBTreeSearchIterator<K,V>
-
Uses of SearchIterator in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return SearchIterator Modifier and Type Method Description abstract SearchIterator<Clustering<?>,Row>
EnsureOnHeap. applyToPartition(SearchIterator<Clustering<?>,Row> partition)
Methods in org.apache.cassandra.utils.memory with parameters of type SearchIterator Modifier and Type Method Description abstract SearchIterator<Clustering<?>,Row>
EnsureOnHeap. applyToPartition(SearchIterator<Clustering<?>,Row> partition)
-