| Package | Description |
|---|---|
| org.infinispan.transaction.xa.recovery |
| Modifier and Type | Field and Description |
|---|---|
static AbstractExternalizer<InDoubtTxInfo> |
InDoubtTxInfo.EXTERNALIZER |
| Modifier and Type | Method and Description |
|---|---|
Set<InDoubtTxInfo> |
RecoveryManager.getInDoubtTransactionInfo()
Same as
RecoveryManager.getInDoubtTransactionInfoFromCluster(), but only returns transactions from the local node. |
Set<InDoubtTxInfo> |
RecoveryManagerImpl.getInDoubtTransactionInfo() |
Set<InDoubtTxInfo> |
RecoveryManager.getInDoubtTransactionInfoFromCluster()
Returns a
Set containing all the in-doubt transactions from the cluster, including the local node. |
Set<InDoubtTxInfo> |
RecoveryManagerImpl.getInDoubtTransactionInfoFromCluster() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.