public class OutputWireRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ByteBuffer |
entryBuffer |
protected EnvironmentImpl |
envImpl |
| Modifier and Type | Method and Description |
|---|---|
String |
dump()
Dump the contents.
|
long |
getCommitTimeStamp()
Returns the timestamp associated with a commit log entry, or 0.
|
long |
getCommitTxnId() |
byte |
getEntryType() |
DatabaseId |
getReplicableDBId()
Returns the ID of the database containing the associated entry if it is
a replicable entry.
|
long |
getTimeStamp() |
VLSN |
getVLSN() |
ReplicableLogEntry |
instantiateEntry()
Returns a log entry corresponding to the entry buffer.
|
boolean |
match(InputWireRecord input)
Used at syncup, when comparing records received from the feeder against
local records.
|
boolean |
match(OutputWireRecord otherRecord)
For unit tests.
|
String |
toString() |
boolean |
verifyNegativeSequences(String debugTag) |
protected final ByteBuffer entryBuffer
protected final EnvironmentImpl envImpl
public ReplicableLogEntry instantiateEntry() throws DatabaseException
DatabaseExceptionpublic byte getEntryType()
public boolean match(InputWireRecord input) throws DatabaseException
DatabaseExceptionpublic boolean match(OutputWireRecord otherRecord) throws DatabaseException
DatabaseExceptionpublic VLSN getVLSN()
public String dump() throws DatabaseException
DatabaseExceptionpublic long getCommitTxnId()
throws DatabaseException
DatabaseExceptionpublic long getCommitTimeStamp()
throws DatabaseException
DatabaseExceptionpublic long getTimeStamp()
throws DatabaseException
DatabaseExceptionpublic DatabaseId getReplicableDBId() throws DatabaseException
DatabaseExceptionpublic boolean verifyNegativeSequences(String debugTag)
Copyright © 2024. All rights reserved.