Uses of Class
org.apache.ignite.internal.processors.cache.transactions.TxLockList
-
Packages that use TxLockList Package Description org.apache.ignite.internal.processors.cache.transactions -
-
Uses of TxLockList in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return TxLockList Modifier and Type Method Description TxLockListTxLocksResponse. txLocks(IgniteTxKey txKey)Methods in org.apache.ignite.internal.processors.cache.transactions that return types with arguments of type TxLockList Modifier and Type Method Description Map<IgniteTxKey,TxLockList>TxLocksResponse. txLocks()
-