| Package | Description |
|---|---|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.tree.dupConvert |
INTERNAL: Defunct Btree classes for old duplicate Btrees, only used during
recovery.
|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| Modifier and Type | Field and Description |
|---|---|
protected DbTree |
EnvironmentImpl.dbMapTree |
| Modifier and Type | Method and Description |
|---|---|
DbTree |
EnvironmentImpl.getDbTree() |
| Constructor and Description |
|---|
DupConvert(EnvironmentImpl envImpl,
DbTree dbTree)
Creates a conversion object.
|
| Modifier and Type | Method and Description |
|---|---|
static UndoReader |
UndoReader.createForRecovery(LNFileReader reader,
DbTree dbMapTree)
Set up an UndoReader when doing a recovery partial rollback.
|
Copyright © 2024. All rights reserved.