public class LogItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
LogEntry |
entry
Object to be marshaled and logged.
|
long |
newLsn
LSN of the new log entry.
|
long |
oldLsn
The previous version of the node to be counted as obsolete, or NULL_LSN
if the entry is not a node or has no old LSN.
|
Provisional |
provisional
Whether the logged entry should be processed during recovery.
|
ReplicationContext |
repContext
Whether the logged entry should be replicated.
|
Constructor and Description |
---|
LogItem() |
public LogEntry entry
public long oldLsn
public long newLsn
public Provisional provisional
public ReplicationContext repContext