| Package | Description |
|---|---|
| org.infinispan.commands.tx |
Commands that represent transactional lifecycle transitions.
|
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.interceptors.xsite |
Interceptors dealing with cross-site replication.
|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.transaction.synchronization | |
| org.infinispan.transaction.xa |
XA transaction support.
|
| org.infinispan.transaction.xa.recovery |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractTransactionBoundaryCommand.invalidRemoteTxReturnValue(TransactionTable txTable)
This is what is returned to remote callers when an invalid RemoteTransaction is encountered.
|
protected Object |
CommitCommand.invalidRemoteTxReturnValue(TransactionTable txTable) |
| Modifier and Type | Method and Description |
|---|---|
TransactionTable |
ComponentRegistry.getTransactionTable() |
| Modifier and Type | Method and Description |
|---|---|
ComponentRef<TransactionTable> |
ComponentRegistry.getTransactionTableRef() |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionTable |
BaseBackupInterceptor.txTable |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionTable |
StateConsumerImpl.transactionTable |
| Constructor and Description |
|---|
SynchronizationAdapter(LocalTransaction localTransaction,
TransactionTable txTable) |
| Modifier and Type | Class and Description |
|---|---|
class |
XaTransactionTable
TransactionTable to be used with TransactionXaAdapter. |
| Modifier and Type | Class and Description |
|---|---|
class |
RecoveryAwareTransactionTable
Transaction table that delegates prepared transaction's management to the
RecoveryManager. |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryManagerImpl.init(RpcManager rpcManager,
CommandsFactory commandsFactory,
ComponentRef<TransactionTable> txTable,
TransactionCoordinator txCoordinator,
TransactionFactory txFactory) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.