| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Field and Description |
|---|---|
private BTreeTypeEnum |
PersistedBTreeConfiguration.btreeType
The B-tree type
|
protected BTreeTypeEnum |
AbstractBTree.btreeType
The BTree type : either in-memory, disk backed or persisted
|
private BTreeTypeEnum |
InMemoryBTreeConfiguration.type
the type of BTree
|
| Modifier and Type | Method and Description |
|---|---|
BTreeTypeEnum |
PersistedBTreeConfiguration.getBtreeType() |
BTreeTypeEnum |
InMemoryBTreeConfiguration.getType() |
BTreeTypeEnum |
BTree.getType() |
BTreeTypeEnum |
AbstractBTree.getType() |
static BTreeTypeEnum |
BTreeTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BTreeTypeEnum[] |
BTreeTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> BTree<K,V> |
BTreeFactory.createPersistedBTree(BTreeTypeEnum type)
Creates a new persisted B-tree, with no initialization.
|
void |
PersistedBTreeConfiguration.setBtreeType(BTreeTypeEnum btreeType) |
void |
InMemoryBTreeConfiguration.setType(BTreeTypeEnum type)
Sets the type of the BTree
|
void |
AbstractBTree.setType(BTreeTypeEnum type) |