Package | Description |
---|---|
org.apache.directory.mavibot.btree.managed |
Modifier and Type | Method and Description |
---|---|
<K,V> BTree<K,V> |
RecordManager.addBTree(String name,
ElementSerializer<K> keySerializer,
ElementSerializer<V> valueSerializer,
boolean allowDuplicates)
Creates a BTree and automatically adds it to the list of managed btrees
|
<K,V> void |
RecordManager.manage(BTree<K,V> btree)
Manage a BTree.
|
<K,V> void |
RecordManager.manage(BTree<K,V> 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.