| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Addition<K,V>
A class used to store an Addition modification done on a BTree.
|
(package private) class |
Deletion<K,V>
A class used to store a Delete modification done on a BTree.
|
(package private) class |
PoisonPill<K,V>
This is special class which is injected into the journal queue to tell
the journal thread that it should stop.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
InMemoryBTree.writeToJournal(Modification<K,V> modification) |