Uses of Interface
org.apache.cassandra.utils.btree.BTreeSearchIterator
-
Packages that use BTreeSearchIterator Package Description org.apache.cassandra.db org.apache.cassandra.db.rows org.apache.cassandra.utils.btree -
-
Uses of BTreeSearchIterator in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return BTreeSearchIterator Modifier and Type Method Description BTreeSearchIterator<ColumnMetadata,ColumnMetadata>
Columns. iterator()
Iterator over all the columns of this object. -
Uses of BTreeSearchIterator in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return BTreeSearchIterator Modifier and Type Method Description BTreeSearchIterator<ColumnMetadata,ColumnData>
BTreeRow. searchIterator()
-
Uses of BTreeSearchIterator in org.apache.cassandra.utils.btree
Classes in org.apache.cassandra.utils.btree that implement BTreeSearchIterator Modifier and Type Class Description class
FullBTreeSearchIterator<K,V>
class
LeafBTreeSearchIterator<K,V>
Methods in org.apache.cassandra.utils.btree that return BTreeSearchIterator Modifier and Type Method Description BTreeSearchIterator<V,V>
BTreeSet. descendingIterator()
BTreeSearchIterator<V,V>
BTreeSet. iterator()
static <K,V extends K>
BTreeSearchIterator<K,V>BTree. slice(java.lang.Object[] btree, java.util.Comparator<? super K> comparator, int startIndex, int endIndex, BTree.Dir dir)
static <K,V extends K>
BTreeSearchIterator<K,V>BTree. slice(java.lang.Object[] btree, java.util.Comparator<? super K> comparator, K start, boolean startInclusive, K end, boolean endInclusive, BTree.Dir dir)
static <K,V extends K>
BTreeSearchIterator<K,V>BTree. slice(java.lang.Object[] btree, java.util.Comparator<? super K> comparator, K start, K end, BTree.Dir dir)
static <K,V>
BTreeSearchIterator<K,V>BTree. slice(java.lang.Object[] btree, java.util.Comparator<? super K> comparator, BTree.Dir dir)
Returns an Iterator over the entire treeprotected BTreeSearchIterator<V,V>
BTreeSet.BTreeDescRange. slice(BTree.Dir dir)
protected BTreeSearchIterator<V,V>
BTreeSet.BTreeRange. slice(BTree.Dir dir)
protected BTreeSearchIterator<V,V>
BTreeSet. slice(BTree.Dir dir)
-