Interface TransactionProxy
-
- All Superinterfaces:
AutoCloseable,IgniteAsyncSupport,Transaction
- All Known Implementing Classes:
TransactionEventProxyImpl,TransactionProxyImpl,TransactionProxyRollbackOnlyImpl
public interface TransactionProxy extends Transaction
Marker interface for transaction proxy.
-
-
Method Summary
-
Methods inherited from interface org.apache.ignite.lang.IgniteAsyncSupport
future, isAsync, withAsync
-
Methods inherited from interface org.apache.ignite.transactions.Transaction
close, commit, commitAsync, concurrency, implicit, isInvalidate, isolation, isRollbackOnly, label, nodeId, resume, rollback, rollbackAsync, setRollbackOnly, startTime, state, suspend, threadId, timeout, timeout, xid
-
-