public abstract class TxnEnd extends Object implements Loggable
| Constructor and Description |
|---|
TxnEnd()
For constructing from the log
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDTVLSN() |
long |
getId() |
int |
getMasterNodeId() |
protected abstract String |
getTagName() |
Timestamp |
getTime() |
long |
getTransactionId() |
boolean |
hasLoggedEntries()
Returns true if there are changes that have been logged for this entry.
|
void |
setDTVLSN(long dtvlsn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpLog, getLogSize, logicalEquals, readFromLog, writeToLogpublic long getId()
public Timestamp getTime()
public int getMasterNodeId()
public long getTransactionId()
getTransactionId in interface Loggablepublic long getDTVLSN()
public void setDTVLSN(long dtvlsn)
public boolean hasLoggedEntries()
protected abstract String getTagName()
Copyright © 2024. All rights reserved.