Uses of Enum Class
org.apache.cassandra.utils.btree.BTree.Dir
Packages that use BTree.Dir
-
Uses of BTree.Dir in org.apache.cassandra.utils.btree
Methods in org.apache.cassandra.utils.btree that return BTree.DirModifier and TypeMethodDescriptionstatic BTree.DirBTree.Dir.desc(boolean desc) BTree.Dir.invert()static BTree.DirReturns the enum constant of this class with the specified name.static BTree.Dir[]BTree.Dir.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.utils.btree with parameters of type BTree.DirModifier and TypeMethodDescriptionstatic <V> Iterable<V>static <V> Iterable<V>static <V> Iterator<V>static <V> Iterator<V>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> Constructors in org.apache.cassandra.utils.btree with parameters of type BTree.DirModifierConstructorDescriptionFullBTreeSearchIterator(Object[] btree, Comparator<? super K> comparator, BTree.Dir dir) LeafBTreeSearchIterator(Object[] btree, Comparator<? super K> comparator, BTree.Dir dir)