See: Description
| Interface | Description |
|---|---|
| INContainingEntry |
An INContainingEntry is a log entry that contains internal nodes.
|
| LogEntry |
A Log entry allows you to read, write and dump a database log entry.
|
| ReplicableLogEntry |
A sub-interface of
LogEntry that must be implemented by all log
entries that can be replicated. |
| Class | Description |
|---|---|
| AbortLogEntry |
Log entry for a transaction abort.
|
| BINDeltaLogEntry |
Holds a partial BIN that serves as a live BIN delta.
|
| CommitLogEntry |
Log entry for a transaction commit.
|
| DeletedDupLNLogEntry |
DupDeletedLNEntry encapsulates a deleted dupe LN entry.
|
| EmptyLogEntry |
Contains no information, implying that the LogEntryType is the only
information needed.
|
| ErasedLogEntry |
When a log entry is erase, it is overwritten in place.
|
| FileHeaderEntry |
Contains a FileHeader entry.
|
| INLogEntry<T extends IN> |
- INLogEntry is used to read/write full-version IN logrecs.
|
| LNLogEntry<T extends LN> |
An LNLogEntry is the in-memory image of an LN logrec describing a write op
(insertion, update, or deletion) performed by a locker T on a record R.
|
| MatchpointLogEntry |
Log entry for a matchpoint object.
|
| NameLNLogEntry |
NameLNLogEntry contains all the regular LNLogEntry fields and additional
information about the database operation which instigated the logging of
this NameLN.
|
| OldBINDeltaLogEntry |
Before log version 9, this was used to hold a OldBINDelta that can be combined
with a BIN when fetched from the log; see getResolvedItem.
|
| RestoreRequired |
This log entry is used to indicate that the environment's log files are not
recoverable and that some sort of curative action should happen first.
|
| SingleItemEntry<T extends Loggable> |
This class embodies log entries that have a single loggable item.
|
| TraceLogEntry |
Log entry for a trace object.
|
| Enum | Description |
|---|---|
| DbOperationType |
DbOperationType is a persistent enum used in NameLNLogEntries.
|
| RestoreRequired.FailureType |
Copyright © 2024. All rights reserved.