Uses of Class
org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
-
Packages that use AbstractTransactionBoundaryCommand Package Description org.infinispan.commands.control org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. -
-
Uses of AbstractTransactionBoundaryCommand in org.infinispan.commands.control
Subclasses of AbstractTransactionBoundaryCommand in org.infinispan.commands.control Modifier and Type Class Description classLockControlCommandLockControlCommand is a command that enables distributed locking across infinispan nodes. -
Uses of AbstractTransactionBoundaryCommand in org.infinispan.commands.tx
Subclasses of AbstractTransactionBoundaryCommand in org.infinispan.commands.tx Modifier and Type Class Description classCommitCommandCommand corresponding to the 2nd phase of 2PC.classPrepareCommandCommand corresponding to the 1st phase of 2PC.classRollbackCommandCommand corresponding to a transaction rollback.classVersionedCommitCommandThe same as aCommitCommandexcept that version information is also carried by this command, used by optimistically transactional caches making use of write skew checking when usingIsolationLevel.REPEATABLE_READ.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).
-