| Package | Description |
|---|---|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| 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 |
|---|---|
LNLogEntry<?> |
CleanerFileReader.getLNLogEntry()
Get the last LN log entry seen by the reader.
|
LNLogEntry<?> |
LNFileReader.getLNLogEntry()
Get the last LN log entry seen by the reader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeletedDupLNLogEntry
DupDeletedLNEntry encapsulates a deleted dupe LN entry.
|
class |
NameLNLogEntry
NameLNLogEntry contains all the regular LNLogEntry fields and additional
information about the database operation which instigated the logging of
this NameLN.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends LN> |
LNLogEntry.create(Class<T> cls)
Creates an instance to read an entry.
|
| 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 | Field and Description |
|---|---|
LNLogEntry<?> |
UndoReader.logEntry |
| Constructor and Description |
|---|
CompareSlot(DatabaseImpl dbImpl,
LNLogEntry<?> undoEntry) |
Copyright © 2024. All rights reserved.