public class InputWireRecord extends WireRecord
header
Constructor and Description |
---|
InputWireRecord(EnvironmentImpl envImpl,
java.nio.ByteBuffer msgBuffer)
Make a InputWireRecord from an incoming replication message buffer for
applying at a replica.
|
InputWireRecord(EnvironmentImpl envImpl,
byte entryType,
int entryVersion,
int itemSize,
VLSN vlsn,
java.nio.ByteBuffer entryBuffer)
Unit test support.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dumpLogEntry()
Convert the full version of the log entry to a string.
|
byte |
getEntryType() |
LogEntry |
getLogEntry() |
VLSN |
getVLSN() |
java.lang.String |
toString() |
instantiateEntry
InputWireRecord(EnvironmentImpl envImpl, java.nio.ByteBuffer msgBuffer) throws DatabaseException
DatabaseException
InputWireRecord(EnvironmentImpl envImpl, byte entryType, int entryVersion, int itemSize, VLSN vlsn, java.nio.ByteBuffer entryBuffer) throws DatabaseException
DatabaseException
public VLSN getVLSN()
public byte getEntryType()
public LogEntry getLogEntry()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String dumpLogEntry()
Copyright (c) 2004-2012 Oracle. All rights reserved.