Uses of Class
org.infinispan.transaction.impl.AbstractCacheTransaction
-
Packages that use AbstractCacheTransaction Package Description org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.support org.infinispan.transaction.impl org.infinispan.transaction.synchronization org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery org.infinispan.xsite -
-
Uses of AbstractCacheTransaction in org.infinispan.context.impl
Classes in org.infinispan.context.impl with type parameters of type AbstractCacheTransaction Modifier and Type Class Description classAbstractTxInvocationContext<T extends AbstractCacheTransaction>Support class forTxInvocationContext.interfaceTxInvocationContext<T extends AbstractCacheTransaction>Interface defining additional functionality for invocation contexts that propagate within a transaction's scope. -
Uses of AbstractCacheTransaction in org.infinispan.interceptors.impl
Method parameters in org.infinispan.interceptors.impl with type arguments of type AbstractCacheTransaction Modifier and Type Method Description protected InvocationStageCacheWriterInterceptor. commitCommand(TxInvocationContext<AbstractCacheTransaction> ctx)protected InvocationStageCacheWriterInterceptor. store(TxInvocationContext<AbstractCacheTransaction> ctx) -
Uses of AbstractCacheTransaction in org.infinispan.persistence.manager
-
Uses of AbstractCacheTransaction in org.infinispan.persistence.support
Method parameters in org.infinispan.persistence.support with type arguments of type AbstractCacheTransaction Modifier and Type Method Description CompletionStage<Void>DelegatingPersistenceManager. commitAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate)CompletionStage<Long>DelegatingPersistenceManager. performBatch(TxInvocationContext<AbstractCacheTransaction> invocationContext, BiPredicate<? super WriteCommand,Object> commandKeyPredicate)CompletionStage<Void>DelegatingPersistenceManager. prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate)CompletionStage<Void>DelegatingPersistenceManager. rollbackAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) -
Uses of AbstractCacheTransaction in org.infinispan.transaction.impl
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.impl Modifier and Type Class Description classLocalTransactionObject that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.classRemoteTransactionDefines the state of a remotely originated transaction. -
Uses of AbstractCacheTransaction in org.infinispan.transaction.synchronization
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.synchronization Modifier and Type Class Description classSyncLocalTransactionLocalTransactionimplementation to be used withSynchronizationAdapter. -
Uses of AbstractCacheTransaction in org.infinispan.transaction.xa
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.xa Modifier and Type Class Description classLocalXaTransactionLocalTransactionimplementation to be used withTransactionXaAdapter. -
Uses of AbstractCacheTransaction in org.infinispan.transaction.xa.recovery
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.xa.recovery Modifier and Type Class Description classRecoveryAwareLocalTransactionExtendsLocalXaTransactionand adds recovery related information.classRecoveryAwareRemoteTransactionExtendsRemoteTransactionand adds recovery related information and functionality. -
Uses of AbstractCacheTransaction in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type AbstractCacheTransaction Modifier and Type Method Description InvocationStageBackupSender. backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction, Transaction transaction)Prepares a transaction on the remote site.InvocationStageBackupSenderImpl. backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction, Transaction transaction)InvocationStageNoOpBackupSender. backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction, Transaction transaction)
-