Interface | Description |
---|---|
ElementHolder<E,K,V> |
A Value holder.
|
Class | Description |
---|---|
BTree<K,V> |
The B+Tree MVCC data structure.
|
BTreeConfiguration<K,V> |
The B+Tree Configuration.
|
BTreeFactory |
This class construct a BTree from a serialized version of a BTree.
|
BulkDataSorter<K,V> |
A utility class for sorting a large number of keys before building a BTree using
ManagedBTreeBuilder . |
KeyHolder<K> |
A class storing either a key, or an offset to the key on the page's byte[]
|
ManagedBTreeBuilder<K,V> |
A BTree builder that builds a tree from the bottom.
|
PageHolder<K,V> |
A Value holder.
|
RecordManager |
The RecordManager is used to manage the file in which we will store the BTrees.
|
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.
|
TupleCursorImpl<K,V> |
A Cursor is used to fetch elements in a BTree and is returned by the
|
ValueHolder<V> |
A holder to store the Values
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.