Interface | Description |
---|---|
Cursor<K> |
A Cursor is used to fetch elements in a BTree and is returned by the
|
Result<P> |
The result of an insert or delete operation.
|
TupleCursor<K,V> |
A Cursor is used to fetch elements in a BTree and is returned by the
|
ValueCursor<V> |
A Cursor is used to fetch elements in a BTree and is returned by the
|
Class | Description |
---|---|
Addition<K,V> |
A class used to store an Addition modification done on a BTree.
|
BTreeHeader |
Store in memory the information associated with a BTree.
|
Deletion<K,V> |
A class used to store a Delete modification done on a BTree.
|
Modification<K,V> |
An abstract class used to store a modification done on a BTree.
|
PoisonPill<K,V> |
This is special class which is injected into the journal queue to tell
the journal thread that it should stop.
|
RevisionName |
A data structure that stores a revision associated to a BTree name.
|
RevisionNameComparator |
A comparator for the RevisionName class
|
RevisionNameSerializer |
A serializer for the RevisionName object.
|
Tuple<K,V> |
The Tuple class is used when we browse a btree, it will contain the results
fetched from the btree.
|
Enum | Description |
---|---|
BTreeTypeEnum |
An enum to describe the BTree type.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.