Uses of Class
org.infinispan.transaction.impl.LocalTransaction
-
Packages that use LocalTransaction Package Description org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.transaction.impl org.infinispan.transaction.synchronization org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
Uses of LocalTransaction in org.infinispan.context
Methods in org.infinispan.context with parameters of type LocalTransaction Modifier and Type Method Description LocalTxInvocationContextInvocationContextFactory. createTxInvocationContext(LocalTransaction localTransaction)Returns aLocalTxInvocationContext. -
Uses of LocalTransaction in org.infinispan.context.impl
Methods in org.infinispan.context.impl with parameters of type LocalTransaction Modifier and Type Method Description LocalTxInvocationContextNonTransactionalInvocationContextFactory. createTxInvocationContext(LocalTransaction localTransaction)LocalTxInvocationContextTransactionalInvocationContextFactory. createTxInvocationContext(LocalTransaction localTransaction)Constructors in org.infinispan.context.impl with parameters of type LocalTransaction Constructor Description LocalTxInvocationContext(LocalTransaction localTransaction) -
Uses of LocalTransaction in org.infinispan.interceptors.distribution
Method parameters in org.infinispan.interceptors.distribution with type arguments of type LocalTransaction Modifier and Type Method Description protected voidTxDistributionInterceptor. checkTxCommandResponses(Map<Address,Response> responseMap, TransactionBoundaryCommand command, TxInvocationContext<LocalTransaction> context, Collection<Address> recipients, PrepareResponse prepareResponse) -
Uses of LocalTransaction in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl that return LocalTransaction Modifier and Type Method Description LocalTransactionTxInterceptor. enlist(TxInvocationContext ctx) -
Uses of LocalTransaction in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl that return LocalTransaction Modifier and Type Method Description LocalTransactionTransactionTable. getLocalTransaction(Transaction tx)LocalTransactionTransactionTable. getLocalTransaction(GlobalTransaction txId)Looks up a LocalTransaction given a GlobalTransaction.LocalTransactionTransactionTable. getOrCreateLocalTransaction(Transaction transaction, boolean implicitTransaction)Returns theTransactionXaAdaptercorresponding to the supplied transaction.LocalTransactionTransactionTable. getOrCreateLocalTransaction(Transaction transaction, boolean implicitTransaction, Supplier<GlobalTransaction> gtxFactory)Similar toTransactionTable.getOrCreateLocalTransaction(Transaction, boolean)but with a custom global transaction factory.Methods in org.infinispan.transaction.impl that return types with arguments of type LocalTransaction Modifier and Type Method Description Collection<LocalTransaction>TransactionTable. getLocalTransactions()Methods in org.infinispan.transaction.impl with parameters of type LocalTransaction Modifier and Type Method Description CompletionStage<Void>TransactionTable. afterCompletion(LocalTransaction localTransaction, int status)CompletionStage<Integer>TransactionTable. beforeCompletion(LocalTransaction localTransaction)CompletionStage<Boolean>TransactionCoordinator. commit(LocalTransaction localTransaction, boolean isOnePhase)voidTransactionTable. enlist(Transaction transaction, LocalTransaction localTransaction)voidTransactionTable. enlistClientTransaction(Transaction transaction, LocalTransaction localTransaction)booleanTransactionCoordinator. is1PcForAutoCommitTransaction(LocalTransaction localTransaction)voidTransactionTable. localTransactionPrepared(LocalTransaction localTransaction)CompletionStage<Integer>TransactionCoordinator. prepare(LocalTransaction localTransaction)CompletionStage<Integer>TransactionCoordinator. prepare(LocalTransaction localTransaction, boolean replayEntryWrapping)protected voidTransactionTable. releaseLocksForCompletedTransaction(LocalTransaction localTransaction, boolean committedInOnePhase)booleanTransactionTable. removeLocalTransaction(LocalTransaction localTransaction)Removes theTransactionXaAdaptercorresponding to the given tx.CompletionStage<Void>TransactionCoordinator. rollback(LocalTransaction localTransaction) -
Uses of LocalTransaction in org.infinispan.transaction.synchronization
Subclasses of LocalTransaction in org.infinispan.transaction.synchronization Modifier and Type Class Description classSyncLocalTransactionLocalTransactionimplementation to be used withSynchronizationAdapter.Constructors in org.infinispan.transaction.synchronization with parameters of type LocalTransaction Constructor Description SynchronizationAdapter(LocalTransaction localTransaction, TransactionTable txTable) -
Uses of LocalTransaction in org.infinispan.transaction.xa
Subclasses of LocalTransaction in org.infinispan.transaction.xa Modifier and Type Class Description classLocalXaTransactionLocalTransactionimplementation to be used withTransactionXaAdapter.Methods in org.infinispan.transaction.xa that return LocalTransaction Modifier and Type Method Description LocalTransactionTransactionFactory. newLocalTransaction(Transaction tx, GlobalTransaction gtx, boolean implicitTransaction, int topologyId)abstract LocalTransactionTransactionFactory.TxFactoryEnum. newLocalTransaction(Transaction tx, GlobalTransaction gtx, boolean implicitTransaction, int topologyId, long txCreationTime)Methods in org.infinispan.transaction.xa with parameters of type LocalTransaction Modifier and Type Method Description voidXaTransactionTable. enlist(Transaction transaction, LocalTransaction ltx)voidXaTransactionTable. enlistClientTransaction(Transaction transaction, LocalTransaction localTransaction)booleanXaTransactionTable. removeLocalTransaction(LocalTransaction localTx) -
Uses of LocalTransaction in org.infinispan.transaction.xa.recovery
Subclasses of LocalTransaction in org.infinispan.transaction.xa.recovery Modifier and Type Class Description classRecoveryAwareLocalTransactionExtendsLocalXaTransactionand adds recovery related information.Methods in org.infinispan.transaction.xa.recovery with parameters of type LocalTransaction Modifier and Type Method Description voidRecoveryAwareTransactionTable. localTransactionPrepared(LocalTransaction localTransaction) -
Uses of LocalTransaction in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type LocalTransaction Modifier and Type Method Description voidLog_$logger. couldNotRollbackPrepared1PcTransaction(LocalTransaction localTransaction, Throwable e1)voidLog. couldNotRollbackPrepared1PcTransaction(LocalTransaction localTransaction, Throwable e1)
-