public class LogItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
auxOldLsn
Another LSN to be counted as obsolete in the LogContext.nodeDb database,
or NULL_LSN.
|
protected java.nio.ByteBuffer |
buffer |
LogEntry |
entry
Object to be marshaled and logged.
|
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() |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getBuffer() |
LogEntryHeader |
getHeader() |
long |
getNewLsn() |
public LogEntry entry
public long oldLsn
public long auxOldLsn
public long newLsn
public Provisional provisional
public ReplicationContext repContext
public LogEntryHeader header
protected java.nio.ByteBuffer buffer
int oldSize
public final LogEntryHeader getHeader()
public final java.nio.ByteBuffer getBuffer()
public final long getNewLsn()
Copyright (c) 2004-2012 Oracle. All rights reserved.