Uses of Interface
org.infinispan.transaction.xa.CacheTransaction
-
Packages that use CacheTransaction Package Description org.infinispan.transaction.impl org.infinispan.transaction.synchronization org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery -
-
Uses of CacheTransaction in org.infinispan.transaction.impl
Classes in org.infinispan.transaction.impl that implement CacheTransaction Modifier and Type Class Description class
AbstractCacheTransaction
Base class for local and remote transaction.class
LocalTransaction
Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction
.class
RemoteTransaction
Defines the state of a remotely originated transaction.Methods in org.infinispan.transaction.impl with parameters of type CacheTransaction Modifier and Type Method Description static void
WriteSkewHelper. readVersionsFromResponse(Response r, CacheTransaction ct)
protected void
TransactionTable. recalculateMinTopologyIdIfNeeded(CacheTransaction removedTransaction)
Constructors in org.infinispan.transaction.impl with parameters of type CacheTransaction Constructor Description AbstractEnlistmentAdapter(CacheTransaction cacheTransaction)
-
Uses of CacheTransaction in org.infinispan.transaction.synchronization
Classes in org.infinispan.transaction.synchronization that implement CacheTransaction Modifier and Type Class Description class
SyncLocalTransaction
LocalTransaction
implementation to be used withSynchronizationAdapter
. -
Uses of CacheTransaction in org.infinispan.transaction.xa
Classes in org.infinispan.transaction.xa that implement CacheTransaction Modifier and Type Class Description class
LocalXaTransaction
LocalTransaction
implementation to be used withTransactionXaAdapter
. -
Uses of CacheTransaction in org.infinispan.transaction.xa.recovery
Subinterfaces of CacheTransaction in org.infinispan.transaction.xa.recovery Modifier and Type Interface Description interface
RecoveryAwareTransaction
Base interface for transactions that are holders of recovery information.Classes in org.infinispan.transaction.xa.recovery that implement CacheTransaction Modifier and Type Class Description class
RecoveryAwareLocalTransaction
ExtendsLocalXaTransaction
and adds recovery related information.class
RecoveryAwareRemoteTransaction
ExtendsRemoteTransaction
and adds recovery related information and functionality.
-