public class LogItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.nio.ByteBuffer |
buffer |
LogEntry |
entry
Object to be marshaled and logged.
|
(package private) LogEntryHeader |
header |
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.
|
(package private) int |
oldSize |
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
LogEntryHeader header
java.nio.ByteBuffer buffer
int oldSize
Copyright (c) 2004,2008 Oracle. All rights reserved.