Package | Description |
---|---|
org.apache.directory.mavibot.btree | |
org.apache.directory.mavibot.btree.memory | |
org.apache.directory.mavibot.btree.util |
Class and Description |
---|
BTree
A BTree interface, to be implemented by the PersistedBTree or the InMemoryBTree
|
BTreeTypeEnum
An enum to describe the BTree type.
|
Cursor
A Cursor is used to fetch elements in a BTree and is returned by the
|
InMemoryBTreeConfiguration
The B+Tree Configuration.
|
PersistedBTreeConfiguration
The B+Tree Configuration.
|
ReadTransaction
The Transaction is used to protect the BTree against concurrent modification,
and insure that a read is always done against one single revision.
|
RecordManager
The RecordManager is used to manage the file in which we will store the BTrees.
|
Tuple
The Tuple class is used when we browse a btree, it will contain the results
fetched from the btree.
|
TupleCursor
A Cursor is used to fetch elements in a BTree and is returned by the
|
ValueCursor
A Cursor is used to fetch elements in a BTree and is returned by the
|
Class and Description |
---|
Tuple
The Tuple class is used when we browse a btree, it will contain the results
fetched from the btree.
|
Class and Description |
---|
Tuple
The Tuple class is used when we browse a btree, it will contain the results
fetched from the btree.
|
Copyright © 2012-2014 Apache Mavibot Project Parent. All Rights Reserved.