public class RecoveredTransaction extends Object implements DataSerializable
| Constructor and Description |
|---|
RecoveredTransaction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerUuid() |
long |
getStartTime() |
long |
getTimeoutMillis() |
List<TransactionLog> |
getTxLogs() |
String |
getTxnId() |
SerializableXID |
getXid() |
void |
readData(ObjectDataInput in) |
void |
setCallerUuid(String callerUuid) |
void |
setStartTime(long startTime) |
void |
setTimeoutMillis(long timeoutMillis) |
void |
setTxLogs(List<TransactionLog> txLogs) |
void |
setTxnId(String txnId) |
void |
setXid(SerializableXID xid) |
void |
writeData(ObjectDataOutput out) |
public List<TransactionLog> getTxLogs()
public void setTxLogs(List<TransactionLog> txLogs)
public SerializableXID getXid()
public void setXid(SerializableXID xid)
public String getCallerUuid()
public void setCallerUuid(String callerUuid)
public String getTxnId()
public void setTxnId(String txnId)
public long getTimeoutMillis()
public void setTimeoutMillis(long timeoutMillis)
public long getStartTime()
public void setStartTime(long startTime)
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.