Uses of Interface
org.apache.cassandra.utils.btree.BTreeSearchIterator
Packages that use BTreeSearchIterator
Package
Description
-
Uses of BTreeSearchIterator in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return BTreeSearchIteratorModifier and TypeMethodDescriptionColumns.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 -
Uses of BTreeSearchIterator in org.apache.cassandra.utils.btree
Classes in org.apache.cassandra.utils.btree that implement BTreeSearchIteratorModifier and TypeClassDescriptionclassclassMethods in org.apache.cassandra.utils.btree that return BTreeSearchIteratorModifier and TypeMethodDescriptionBTreeSet.descendingIterator()BTreeSet.iterator()static <K,V extends K>
BTreeSearchIterator<K,V> BTree.slice(Object[] btree, Comparator<? super K> comparator, int startIndex, int endIndex, BTree.Dir dir) static <K,V extends K>
BTreeSearchIterator<K,V> BTree.slice(Object[] btree, 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(Object[] btree, Comparator<? super K> comparator, K start, K end, BTree.Dir dir) static <K,V> BTreeSearchIterator<K, V> BTree.slice(Object[] btree, Comparator<? super K> comparator, BTree.Dir dir) Returns an Iterator over the entire treeprotected BTreeSearchIterator<V,V> protected BTreeSearchIterator<V,V> protected BTreeSearchIterator<V,V>