Class | Description |
---|---|
BTree<K,V> |
The B+Tree MVCC data structure.
|
BTreeBuilder<K,V> |
A BTree builder that builds a tree from the bottom.
|
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
BTreeBuilder . |
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
|
Enum | Description |
---|---|
BTreeTypeEnum |
An enum to describe the BTree type.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.