| Package | Description |
|---|---|
| com.sleepycat.je.recovery |
INTERNAL: Performs recovery/startup processing during Environment open, and
checkpoints to bound recovery time.
|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
TxnChain.RevertInfo |
TxnChain.pop()
Return information about the next item on the transaction chain and
remove it from the chain.
|
Copyright © 2024. All rights reserved.