Uses of Package
org.infinispan.commands.tx
Packages that use org.infinispan.commands.tx
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that represent transactional lifecycle transitions.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Interceptors dealing with cross-site replication.
Transfer of state to new caches in a cluster.
This is the private xsite package.
-
Classes in org.infinispan.commands.tx used by org.infinispan.commandsClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.Command corresponding to a transaction rollback.The same as a
CommitCommandexcept that version information is also carried by this command, used by optimistically transactional caches making use of write skew checking when usingIsolationLevel.REPEATABLE_READ.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.controlClassDescriptionAn abstract transaction boundary command that holds a reference to a
GlobalTransactionAn transaction boundary command that allows the retrieval of an attachedGlobalTransaction -
Classes in org.infinispan.commands.tx used by org.infinispan.commands.txClassDescriptionAn abstract transaction boundary command that holds a reference to a
GlobalTransactionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.An transaction boundary command that allows the retrieval of an attachedGlobalTransaction -
Classes in org.infinispan.commands.tx used by org.infinispan.interceptorsClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.Command corresponding to a transaction rollback.
-
Classes in org.infinispan.commands.tx used by org.infinispan.interceptors.distributionClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.Command corresponding to a transaction rollback.An transaction boundary command that allows the retrieval of an attached
GlobalTransaction -
Classes in org.infinispan.commands.tx used by org.infinispan.interceptors.implClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.Command corresponding to a transaction rollback.
-
Classes in org.infinispan.commands.tx used by org.infinispan.interceptors.lockingClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.Command corresponding to a transaction rollback.Same as
PrepareCommandexcept 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.xsiteClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.Command corresponding to a transaction rollback.
-
Classes in org.infinispan.commands.tx used by org.infinispan.partitionhandling.implClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.
-
Classes in org.infinispan.commands.tx used by org.infinispan.statetransferClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.Command corresponding to a transaction rollback.
-
Classes in org.infinispan.commands.tx used by org.infinispan.transaction.implClassDescriptionSame as
PrepareCommandexcept 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.xsiteClassDescriptionCommand corresponding to the 2nd phase of 2PC.Command corresponding to the 1st phase of 2PC.Command corresponding to a transaction rollback.