Uses of Class
org.apache.ignite.internal.processors.cache.transactions.TxDeadlock
-
Packages that use TxDeadlock Package Description org.apache.ignite.internal.processors.cache.transactions -
-
Uses of TxDeadlock in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return types with arguments of type TxDeadlock Modifier and Type Method Description IgniteInternalFuture<TxDeadlock>IgniteTxManager. detectDeadlock(IgniteInternalTx tx, Set<IgniteTxKey> keys)Performs deadlock detection for given keys.
-