Package | Description |
---|---|
org.apache.directory.mavibot.btree | |
org.apache.directory.mavibot.btree.managed | |
org.apache.directory.mavibot.btree.memory |
Modifier and Type | Method and Description |
---|---|
TupleCursor<K,V> |
Page.browse(K key,
Transaction<K,V> transaction,
ParentPos<K,V>[] stack,
int depth)
Browses the tree, looking for the given key, and creates a Cursor on top
of the found result.
|
TupleCursor<K,V> |
Page.browse(Transaction<K,V> transaction,
ParentPos<K,V>[] stack,
int depth)
Browses the whole tree, and creates a Cursor on top of it.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> LinkedList<ParentPos<K,V>> |
BTreeFactory.getPathToLeftMostLeaf(BTree<K,V> btree)
Includes the intermediate nodes in the path up to and including the left most leaf of the tree
|
static <K,V> LinkedList<ParentPos<K,V>> |
BTreeFactory.getPathToRightMostLeaf(BTree<K,V> btree)
Includes the intermediate nodes in the path up to and including the right most leaf of the tree
|
Modifier and Type | Method and Description |
---|---|
static <K,V> LinkedList<ParentPos<K,V>> |
BTreeFactory.getPathToRightMostLeaf(BTree<K,V> btree)
Includes the intermediate nodes in the path up to and including the right most leaf of the tree
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.