| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Field and Description |
|---|---|
private InMemoryBTreeConfiguration<K,V> |
InMemoryBTreeBuilder.btreeConfiguration
The Btree configuration
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> BTree<K,V> |
BTreeFactory.createInMemoryBTree(InMemoryBTreeConfiguration<K,V> configuration)
Creates a new in-memory B-tree using the BTreeConfiguration to initialize the
B-tree
|
| Constructor and Description |
|---|
InMemoryBTree(InMemoryBTreeConfiguration<K,V> configuration)
Creates a new in-memory BTree using the BTreeConfiguration to initialize the
BTree
|
InMemoryBTreeBuilder(InMemoryBTreeConfiguration<K,V> btreeConfiguration)
Creates a new instance of InMemoryBTreeBuilder.
|