| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Field and Description |
|---|---|
protected PersistedBTree<V,V> |
PersistedValueHolder.parentBtree
The parent BTree
|
| Modifier and Type | Method and Description |
|---|---|
private BTree<V,V> |
PersistedValueHolder.build(PersistedBTree<V,V> btree,
V[] dupKeyValues)
Constructs the sub-BTree using bulkload instead of performing sequential inserts.
|
static <K,V> void |
BTreeFactory.setBtreeHeaderOffset(PersistedBTree<K,V> btree,
long btreeHeaderOffset)
Sets the btreeHeader offset for a Persisted BTree
|