| Package | Description |
|---|---|
| jdbm.btree |
B+Tree (scalable persistent tree) data structure implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private BTree.MetaRoot |
BTree.metaRoot
Meta root used to access versions of Btree root
|
| Modifier and Type | Method and Description |
|---|---|
private BTree.MetaRoot |
BTree.copyOnWrite(BTree.MetaRoot oldMetaRoot) |
(package private) BTree.MetaRoot |
BTree.getMetaRoot()
Returns the meta root that can be used to fetch the root page
|
| Modifier and Type | Method and Description |
|---|---|
private BTree.MetaRoot |
BTree.copyOnWrite(BTree.MetaRoot oldMetaRoot) |
(package private) BPage<K,V> |
BTree.getRoot(BTree.MetaRoot meta) |