Uses of Class
org.infinispan.transaction.impl.AbstractCacheTransaction
Packages that use AbstractCacheTransaction
Package
Description
This package contains different context implementations, selected dynamically based on the type of invocation.
XA transaction support.
-
Uses of AbstractCacheTransaction in org.infinispan.context.impl
Classes in org.infinispan.context.impl with type parameters of type AbstractCacheTransactionModifier and TypeClassDescriptionclass
Support class forTxInvocationContext
.interface
TxInvocationContext<T extends AbstractCacheTransaction>
Interface defining additional functionality for invocation contexts that propagate within a transaction's scope. -
Uses of AbstractCacheTransaction in org.infinispan.persistence.support
Method parameters in org.infinispan.persistence.support with type arguments of type AbstractCacheTransactionModifier and TypeMethodDescriptionDelegatingPersistenceManager.commitAllTxStores
(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.performBatch
(TxInvocationContext<AbstractCacheTransaction> invocationContext, TriPredicate<? super org.infinispan.commands.write.WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate) DelegatingPersistenceManager.prepareAllTxStores
(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.rollbackAllTxStores
(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) -
Uses of AbstractCacheTransaction in org.infinispan.transaction.impl
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.implModifier and TypeClassDescriptionclass
Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction
.class
Defines the state of a remotely originated transaction. -
Uses of AbstractCacheTransaction in org.infinispan.transaction.synchronization
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.synchronizationModifier and TypeClassDescriptionclass
LocalTransaction
implementation to be used withSynchronizationAdapter
. -
Uses of AbstractCacheTransaction in org.infinispan.transaction.xa
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.xaModifier and TypeClassDescriptionclass
LocalTransaction
implementation to be used withTransactionXaAdapter
. -
Uses of AbstractCacheTransaction in org.infinispan.transaction.xa.recovery
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.xa.recoveryModifier and TypeClassDescriptionclass
ExtendsLocalXaTransaction
and adds recovery related information.class
ExtendsRemoteTransaction
and adds recovery related information and functionality.