Uses of Package
org.infinispan.commands.tx
-
Packages that use org.infinispan.commands.tx Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.control org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.partitionhandling.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.impl org.infinispan.xsite -
Classes in org.infinispan.commands.tx used by org.infinispan.commands Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.RollbackCommand Command corresponding to a transaction rollback.VersionedCommitCommand The 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.VersionedPrepareCommand Same 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). -
Classes in org.infinispan.commands.tx used by org.infinispan.commands.control Class Description AbstractTransactionBoundaryCommand An abstract transaction boundary command that holds a reference to aGlobalTransactionTransactionBoundaryCommand An transaction boundary command that allows the retrieval of an attachedGlobalTransaction -
Classes in org.infinispan.commands.tx used by org.infinispan.commands.tx Class Description AbstractTransactionBoundaryCommand An abstract transaction boundary command that holds a reference to aGlobalTransactionCommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.TransactionBoundaryCommand An transaction boundary command that allows the retrieval of an attachedGlobalTransaction -
Classes in org.infinispan.commands.tx used by org.infinispan.interceptors Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.RollbackCommand Command corresponding to a transaction rollback. -
Classes in org.infinispan.commands.tx used by org.infinispan.interceptors.distribution Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.RollbackCommand Command corresponding to a transaction rollback.TransactionBoundaryCommand An transaction boundary command that allows the retrieval of an attachedGlobalTransaction -
Classes in org.infinispan.commands.tx used by org.infinispan.interceptors.impl Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.RollbackCommand Command corresponding to a transaction rollback. -
Classes in org.infinispan.commands.tx used by org.infinispan.interceptors.locking Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.RollbackCommand Command corresponding to a transaction rollback.VersionedPrepareCommand Same 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). -
Classes in org.infinispan.commands.tx used by org.infinispan.interceptors.xsite Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.RollbackCommand Command corresponding to a transaction rollback. -
Classes in org.infinispan.commands.tx used by org.infinispan.partitionhandling.impl Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC. -
Classes in org.infinispan.commands.tx used by org.infinispan.statetransfer Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.RollbackCommand Command corresponding to a transaction rollback. -
Classes in org.infinispan.commands.tx used by org.infinispan.transaction.impl Class Description VersionedPrepareCommand Same 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). -
Classes in org.infinispan.commands.tx used by org.infinispan.xsite Class Description CommitCommand Command corresponding to the 2nd phase of 2PC.PrepareCommand Command corresponding to the 1st phase of 2PC.RollbackCommand Command corresponding to a transaction rollback.