public class RollbackEnd extends Object implements Loggable
| Constructor and Description |
|---|
RollbackEnd()
For constructing from the log.
|
RollbackEnd(long matchpointLSN,
long rollbackStartLSN) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpLog(StringBuilder sb,
boolean verbose)
Write the object into the string buffer for log dumping.
|
int |
getLogSize() |
long |
getMatchpoint() |
long |
getRollbackStart() |
long |
getTransactionId() |
boolean |
logicalEquals(Loggable other) |
void |
readFromLog(ByteBuffer buffer,
int entryVersion)
Initialize this object from the data in itemBuf.
|
String |
toString() |
void |
writeToLog(ByteBuffer buffer)
Serialize this object into the buffer.
|
public RollbackEnd(long matchpointLSN,
long rollbackStartLSN)
public RollbackEnd()
public long getMatchpoint()
public long getRollbackStart()
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)
LoggablereadFromLog 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.