Package | Description |
---|---|
org.apache.cassandra.db.partitions | |
org.apache.cassandra.db.rows | |
org.apache.cassandra.utils | |
org.apache.cassandra.utils.btree | |
org.apache.cassandra.utils.memory |
Modifier and Type | Method and Description |
---|---|
SearchIterator<Clustering,Row> |
AbstractBTreePartition.searchIterator(ColumnFilter columns,
boolean reversed) |
SearchIterator<Clustering,Row> |
AtomicBTreePartition.searchIterator(ColumnFilter columns,
boolean reversed) |
SearchIterator<Clustering,Row> |
Partition.searchIterator(ColumnFilter columns,
boolean reversed)
Returns an iterator that allows to search specific rows efficiently.
|
Modifier and Type | Method and Description |
---|---|
SearchIterator<ColumnDefinition,ColumnData> |
Row.searchIterator()
An iterator to efficiently search data for a given column.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedSearchIterator<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
BTreeSearchIterator<K,V> |
Modifier and Type | Method and Description |
---|---|
abstract SearchIterator<Clustering,Row> |
EnsureOnHeap.applyToPartition(SearchIterator<Clustering,Row> partition) |
Modifier and Type | Method and Description |
---|---|
abstract SearchIterator<Clustering,Row> |
EnsureOnHeap.applyToPartition(SearchIterator<Clustering,Row> partition) |
Copyright © 2018 The Apache Software Foundation