Class TxDeadlockDetection
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.transactions.TxDeadlockDetection
-
public class TxDeadlockDetection extends Object
Transactions deadlock detection.
-
-
Field Summary
Fields Modifier and Type Field Description static intDFLT_TX_DEADLOCK_DETECTION_TIMEOUT
-
Constructor Summary
Constructors Constructor Description TxDeadlockDetection(GridCacheSharedContext<?,?> cctx)
-
-
-
Constructor Detail
-
TxDeadlockDetection
public TxDeadlockDetection(GridCacheSharedContext<?,?> cctx)
- Parameters:
cctx- Context.
-
-