| Package | Description |
|---|---|
| jdbm.btree |
B+Tree (scalable persistent tree) data structure implementation.
|
| Class and Description |
|---|
| BPage
Page of a Btree.
|
| BPage.InsertResult
STATIC INNER CLASS
Result from insert() method call.
|
| BPage.RemoveResult
STATIC INNER CLASS
Result from remove() method call.
|
| BTree
B+Tree persistent indexing data structure.
|
| BTree.MetaRoot
Used to point to the root page that the reader needs based on the reader's
read action context.
|