| Package | Description |
|---|---|
| org.infinispan.transaction.impl | |
| org.infinispan.transaction.synchronization | |
| org.infinispan.transaction.xa |
XA transaction support.
|
| org.infinispan.transaction.xa.recovery |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheTransaction
Base class for local and remote transaction.
|
class |
LocalTransaction
Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction. |
class |
RemoteTransaction
Defines the state of a remotely originated transaction.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransactionTable.recalculateMinTopologyIdIfNeeded(CacheTransaction removedTransaction) |
| Constructor and Description |
|---|
AbstractEnlistmentAdapter(CacheTransaction cacheTransaction) |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncLocalTransaction
LocalTransaction implementation to be used with SynchronizationAdapter. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalXaTransaction
LocalTransaction implementation to be used with TransactionXaAdapter. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecoveryAwareTransaction
Base interface for transactions that are holders of recovery information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecoveryAwareLocalTransaction
Extends
LocalXaTransaction and adds recovery related information. |
class |
RecoveryAwareRemoteTransaction
Extends
RemoteTransaction and adds recovery related information and functionality. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.