Interface | Description |
---|---|
ElementHolder<E,K,V> |
A Value holder.
|
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 . |
CursorImpl<K,V> |
A Cursor is used to fetch elements in a BTree and is returned by the
|
DuplicateKeyVal<V> |
A class to hold a single value or multiple values (in a sub-tree) of a key.
|
MemoryHolder<K,V> |
A In-Memory Value holder.
|
MultipleMemoryHolder<K,V> |
A holder for values of duplicate keys.
|
Transaction<K,V> |
The Transaction is used to protect the BTree against concurrent modifcation,
and insure that a read is always done against one single revision.
|
Enum | Description |
---|---|
BTreeTypeEnum |
An enum to describe the BTree type.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.