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.org.infinispan.commands.tx.totalorder -
-
Uses of TransactionalRemoteLockCommand in org.infinispan.commands.control
Classes in org.infinispan.commands.control that implement TransactionalRemoteLockCommand Modifier and Type Class Description class
LockControlCommand
LockControlCommand 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 class
PrepareCommand
Command corresponding to the 1st phase of 2PC.class
VersionedPrepareCommand
Same asPrepareCommand
except 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). -
Uses of TransactionalRemoteLockCommand in org.infinispan.commands.tx.totalorder
Classes in org.infinispan.commands.tx.totalorder that implement TransactionalRemoteLockCommand Modifier and Type Class Description class
TotalOrderNonVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.class
TotalOrderVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.
-