Uses of Class
org.infinispan.transaction.impl.TransactionTable
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
XA transaction support.
-
Uses of TransactionTable in org.infinispan.factories
Modifier and TypeMethodDescriptionfinal ComponentRef
<TransactionTable> ComponentRegistry.getTransactionTableRef()
-
Uses of TransactionTable in org.infinispan.transaction.synchronization
ModifierConstructorDescriptionSynchronizationAdapter
(LocalTransaction localTransaction, TransactionTable txTable) -
Uses of TransactionTable in org.infinispan.transaction.xa
-
Uses of TransactionTable in org.infinispan.transaction.xa.recovery
Modifier and TypeClassDescriptionclass
Transaction table that delegates prepared transaction's management to theRecoveryManager
.Modifier and TypeMethodDescriptionvoid
RecoveryManagerImpl.init
(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory)