| Package | Description |
|---|---|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortLogEntry
Log entry for a transaction abort.
|
class |
CommitLogEntry
Log entry for a transaction commit.
|
class |
FileHeaderEntry
Contains a FileHeader entry.
|
class |
MatchpointLogEntry
Log entry for a matchpoint object.
|
class |
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.
|
class |
TraceLogEntry
Log entry for a trace object.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Loggable> |
SingleItemEntry.create(Class<T> logClass)
Construct a log entry for reading.
|
static <T extends Loggable> |
SingleItemEntry.create(LogEntryType entryType,
T item)
Construct a log entry for writing.
|
Copyright © 2024. All rights reserved.