Uses of Class
org.apache.ignite.internal.processors.cache.transactions.TxLock
-
Packages that use TxLock Package Description org.apache.ignite.internal.processors.cache.transactions -
-
Uses of TxLock in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return types with arguments of type TxLock Modifier and Type Method Description List<TxLock>TxLockList. txLocks()Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type TxLock Modifier and Type Method Description voidTxLockList. add(TxLock txLock)voidTxLocksResponse. addTxLock(IgniteTxKey txKey, TxLock txLock)
-