Package org.apache.cassandra.utils.btree
-
Interface Summary Interface Description BTree.Builder.QuickResolver<V> BTree.Builder.Resolver BTreeSearchIterator<K,V> UpdateFunction<K,V> An interface defining the method to be applied to the existing and replacing object in a BTree. -
Class Summary Class Description BTree BTree.Builder<V> BTree.FastBuilder<V> A pooled builder for constructing a tree in-order, and without needing any reconciliation.BTreeRemoval BTreeSet<V> BTreeSet.BTreeDescRange<V> BTreeSet.BTreeRange<V> BTreeSet.Builder<V> FullBTreeSearchIterator<K,V> LeafBTreeSearchIterator<K,V> UpdateFunction.Simple<V> -
Enum Summary Enum Description BTree.Dir Represents the direction of iteration.