Uses of Class
org.infinispan.transaction.impl.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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
LocalTransaction
implementation to be used withSynchronizationAdapter
. -
Uses of AbstractCacheTransaction in org.infinispan.transaction.xa
Modifier and TypeClassDescriptionclass
LocalTransaction
implementation to be used withTransactionXaAdapter
. -
Uses of AbstractCacheTransaction in org.infinispan.transaction.xa.recovery
Modifier and TypeClassDescriptionclass
ExtendsLocalXaTransaction
and adds recovery related information.class
ExtendsRemoteTransaction
and adds recovery related information and functionality.