| Package | Description |
|---|---|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| com.sleepycat.je.tree.dupConvert |
INTERNAL: Defunct Btree classes for old duplicate Btrees, only used during
recovery.
|
| Modifier and Type | Method and Description |
|---|---|
ChildReference |
Tree.makeRootChildReference(Node target,
byte[] key,
long lsn) |
| Modifier and Type | Method and Description |
|---|---|
IN |
WithRootLatched.doWork(ChildReference root)
doWork is called while the tree's root latch is held.
|
void |
Tree.setRoot(ChildReference newRoot,
boolean notLatched)
Set the root for the tree.
|
| Modifier and Type | Method and Description |
|---|---|
ChildReference |
DIN.getDupCountLNRef() |
Copyright © 2024. All rights reserved.