public class RollbackStart extends Object implements Loggable
| Constructor and Description |
|---|
RollbackStart()
For constructing from the log.
|
RollbackStart(VLSN matchpointVLSN,
long matchpointLSN,
Set<Long> activeTxnIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpLog(StringBuilder sb,
boolean verbose)
Write the object into the string buffer for log dumping.
|
Set<Long> |
getActiveTxnIds() |
int |
getLogSize() |
long |
getMatchpoint() |
VLSN |
getMatchpointVLSN() |
long |
getTransactionId() |
boolean |
logicalEquals(Loggable other) |
void |
readFromLog(ByteBuffer buffer,
int entryVersion)
"
|
String |
toString() |
void |
writeToLog(ByteBuffer buffer)
Serialize this object into the buffer.
|
public long getMatchpoint()
public VLSN getMatchpointVLSN()
public int getLogSize()
getLogSize in interface LoggableLoggable.getLogSize()public void writeToLog(ByteBuffer buffer)
LoggablewriteToLog in interface Loggablebuffer - is the destination bufferLoggable.writeToLog(java.nio.ByteBuffer)public void readFromLog(ByteBuffer buffer, int entryVersion)
readFromLog in interface Loggablebuffer - the source bufferentryVersion - the log version of the dataLoggable.readFromLog(java.nio.ByteBuffer, int)public void dumpLog(StringBuilder sb, boolean verbose)
LoggabledumpLog in interface Loggablesb - destination string bufferverbose - if true, dump the full, verbose versionLoggable.dumpLog(java.lang.StringBuilder, boolean)public long getTransactionId()
getTransactionId in interface LoggableLoggable.getTransactionId()public boolean logicalEquals(Loggable other)
logicalEquals in interface LoggableLoggable.logicalEquals(com.sleepycat.je.log.Loggable)Copyright © 2024. All rights reserved.