Uses of Interface
org.infinispan.util.concurrent.locks.TransactionalRemoteLockCommand
-
Packages that use TransactionalRemoteLockCommand Package Description org.infinispan.commands.control org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. -
-
Uses of TransactionalRemoteLockCommand in org.infinispan.commands.control
Classes in org.infinispan.commands.control that implement TransactionalRemoteLockCommand Modifier and Type Class Description classLockControlCommandLockControlCommand is a command that enables distributed locking across infinispan nodes. -
Uses of TransactionalRemoteLockCommand in org.infinispan.commands.tx
Classes in org.infinispan.commands.tx that implement TransactionalRemoteLockCommand Modifier and Type Class Description classPrepareCommandCommand corresponding to the 1st phase of 2PC.classVersionedPrepareCommandSame asPrepareCommandexcept that the transaction originator makes evident the versions of entries touched and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s).
-