| Package | Description |
|---|---|
| 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<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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedSearchIterator<K,V> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BTreeSearchIterator<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
FullBTreeSearchIterator<K,V> |
class |
LeafBTreeSearchIterator<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 © 2009-2022 The Apache Software Foundation