public interface TransactionSupport
Modifier and Type | Method and Description |
---|---|
void |
addTransactionLog(TransactionLog transactionLog) |
String |
getOwnerUuid() |
Transaction.State |
getState() |
long |
getTimeoutMillis() |
TransactionLog |
getTransactionLog(Object key) |
String |
getTxnId() |
void |
removeTransactionLog(Object key) |
void addTransactionLog(TransactionLog transactionLog)
void removeTransactionLog(Object key)
TransactionLog getTransactionLog(Object key)
String getTxnId()
long getTimeoutMillis()
Transaction.State getState()
String getOwnerUuid()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.