Package | Description |
---|---|
org.apache.directory.mavibot.btree |
Modifier and Type | Method and Description |
---|---|
BTree |
RecordManager.addBTree(String name,
ElementSerializer<?> keySerializer,
ElementSerializer<?> valueSerializer,
boolean allowDuplicates)
Creates a BTree and automatically adds it to the list of managed btrees
|
void |
RecordManager.manage(BTree<?,?> btree)
Manage a BTree.
|
void |
RecordManager.manage(BTree<?,?> btree,
boolean internalTree)
works the same as @see #manage(BTree) except the given tree will not be linked to top level trees that will be
loaded initially if the internalTree flag is set to true
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.