Class and Description |
---|
AbstractBorrowedFromSiblingResult
The result of a delete operation, when the child has not been merged, and when
we have borrowed an element from the left sibling.
|
AbstractBorrowedFromSiblingResult.SiblingPosition
The two possible position for the sibling
|
AbstractDeleteResult
An abstract class to gather common elements of the DeleteResult
|
AbstractResult
An abstract class to gather common elements of the Result classes
|
BorrowedFromSiblingResult
The result of an delete operation, when we have borrowed some element from a sibling.
|
BTreeTypeEnum
An enum to describe the BTree type.
|
Cursor
A Cursor is used to fetch elements in a BTree and is returned by the
|
DeleteResult
The result of an delete operation.
|
InsertResult
The result of an insert operation.
|
Modification
An abstract class used to store a modification done on a BTree.
|
NotPresentResult
The result of an delete operation, when the key to delete is not present in the tree.
|
Page
A MVCC Page interface.
|
ParentPos
This class is used to store the parent page and the position in it during
a browse operation.
|
Result
The result of an insert or delete operation.
|
RevisionName
A data structure that stores a revision associated to a BTree name.
|
Transaction
The Transaction is used to protect the BTree against concurrent modifcation,
and insure that a read is always done against one single revision.
|
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 |
---|
Cursor
A Cursor is used to fetch elements in a BTree and is returned by the
|
Page
A MVCC Page interface.
|
ParentPos
This class is used to store the parent page and the position in it during
a browse operation.
|
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-2013 Apache Mavibot Project Parent. All Rights Reserved.