Uses of Interface
org.infinispan.commands.tx.TransactionBoundaryCommand
Packages that use TransactionBoundaryCommand
Package
Description
Commands that represent transactional lifecycle transitions.
Interceptors dealing with command replication in distributed/replicated mode.
-
Uses of TransactionBoundaryCommand in org.infinispan.commands.control
Classes in org.infinispan.commands.control that implement TransactionBoundaryCommandModifier and TypeClassDescriptionclassLockControlCommand is a command that enables distributed locking across infinispan nodes. -
Uses of TransactionBoundaryCommand in org.infinispan.commands.tx
Classes in org.infinispan.commands.tx that implement TransactionBoundaryCommandModifier and TypeClassDescriptionclassAn abstract transaction boundary command that holds a reference to aGlobalTransactionclassCommand corresponding to the 2nd phase of 2PC.classCommand corresponding to the 1st phase of 2PC.classCommand corresponding to a transaction rollback.classThe 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.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). -
Uses of TransactionBoundaryCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type TransactionBoundaryCommandModifier and TypeMethodDescriptionprotected voidTxDistributionInterceptor.checkTxCommandResponses(Map<Address, Response> responseMap, TransactionBoundaryCommand command, TxInvocationContext<LocalTransaction> context, Collection<Address> recipients, PrepareResponse prepareResponse)