| Package | Description |
|---|---|
| com.sleepycat.je.recovery |
INTERNAL: Performs recovery/startup processing during Environment open, and
checkpoints to bound recovery time.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RecoveryManager.abortUndo(Logger logger,
Level traceLevel,
TreeLocation location,
DatabaseImpl db,
LNLogEntry<?> lnEntry,
long logLsn) |
static void |
RecoveryManager.rollbackUndo(Logger logger,
Level traceLevel,
TreeLocation location,
DatabaseImpl db,
LNLogEntry<?> lnEntry,
long undoLsn,
TxnChain.RevertInfo revertTo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Tree.getParentBINForChildLN(TreeLocation location,
byte[] key,
boolean splitsAllowed,
boolean blindDeltaOps,
CacheMode cacheMode)
Return a reference to the parent of this LN.
|
Copyright © 2024. All rights reserved.