Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryManager.InDoubtTxInfo
-
Packages that use RecoveryManager.InDoubtTxInfo Package Description org.infinispan.transaction.xa.recovery -
-
Uses of RecoveryManager.InDoubtTxInfo in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery that implement RecoveryManager.InDoubtTxInfo Modifier and Type Class Description class
InDoubtTxInfoImpl
Methods in org.infinispan.transaction.xa.recovery that return types with arguments of type RecoveryManager.InDoubtTxInfo Modifier and Type Method Description java.util.Set<RecoveryManager.InDoubtTxInfo>
RecoveryManager. getInDoubtTransactionInfo()
Same asRecoveryManager.getInDoubtTransactionInfoFromCluster()
, but only returns transactions from the local node.java.util.Set<RecoveryManager.InDoubtTxInfo>
RecoveryManagerImpl. getInDoubtTransactionInfo()
java.util.Set<RecoveryManager.InDoubtTxInfo>
RecoveryManager. getInDoubtTransactionInfoFromCluster()
Returns aSet
containing all the in-doubt transactions from the cluster, including the local node.java.util.Set<RecoveryManager.InDoubtTxInfo>
RecoveryManagerImpl. getInDoubtTransactionInfoFromCluster()
-