Uses of Interface
org.infinispan.util.concurrent.locks.TransactionalRemoteLockCommand
Packages that use TransactionalRemoteLockCommand
Package
Description
Commands that represent transactional lifecycle transitions.
-
Uses of TransactionalRemoteLockCommand in org.infinispan.commands.control
Classes in org.infinispan.commands.control that implement TransactionalRemoteLockCommandModifier and TypeClassDescriptionclassLockControlCommand 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 TransactionalRemoteLockCommandModifier and TypeClassDescriptionclassCommand corresponding to the 1st phase of 2PC.classSame 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).