| Package | Description |
|---|---|
| org.apache.cassandra.utils.btree |
| Class and Description |
|---|
| BTreeSet |
| BTreeSet.BTreeRange |
| Cursor
An extension of Path which provides a public interface for iterating over or counting a subrange of the tree
|
| Path
An internal class for searching and iterating through a tree.
|
| UpdateFunction
An interface defining a function to be applied to both the object we are replacing in a BTree and
the object that is intended to replace it, returning the object to actually replace it.
|
| UpdateFunction.NoOp |
Copyright © 2018 The Apache Software Foundation