| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Method and Description |
|---|---|
static BulkLoader.LevelEnum |
BulkLoader.LevelEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BulkLoader.LevelEnum[] |
BulkLoader.LevelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static <K,V> LevelInfo<K,V> |
BulkLoader.computeLevel(BTree<K,V> btree,
int nbElems,
BulkLoader.LevelEnum levelType)
Creates a node leaf LevelInfo based on the number of elements in the lower level.
|