| 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.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| Modifier and Type | Field and Description |
|---|---|
ReplicableLogEntry |
LogItem.cachedEntry
Used for saving the materialized form of the buffer in LogItemCache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortLogEntry
Log entry for a transaction abort.
|
class |
CommitLogEntry
Log entry for a transaction commit.
|
class |
DeletedDupLNLogEntry
DupDeletedLNEntry encapsulates a deleted dupe LN entry.
|
class |
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.
|
class |
MatchpointLogEntry
Log entry for a matchpoint object.
|
class |
NameLNLogEntry
NameLNLogEntry contains all the regular LNLogEntry fields and additional
information about the database operation which instigated the logging of
this NameLN.
|
class |
TraceLogEntry
Log entry for a trace object.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicableLogEntry |
OutputWireRecord.instantiateEntry()
Returns a log entry corresponding to the entry buffer.
|
Copyright © 2024. All rights reserved.