| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransactionManager<K,V>
An abstract class implementing the TransactionManager interface.
|
class |
InMemoryTransactionManager
An implementation of a TransactionManager for in-memory B-trees
|
class |
RecordManager
The RecordManager is used to manage the file in which we will store the B-trees.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransactionManager |
AbstractBTree.transactionManager
The TransactionManager used for this BTree
|