Uses of Class
org.infinispan.transaction.xa.recovery.InDoubtTxInfo
Packages that use InDoubtTxInfo
-
Uses of InDoubtTxInfo in org.infinispan.transaction.xa.recovery
Fields in org.infinispan.transaction.xa.recovery with type parameters of type InDoubtTxInfoModifier and TypeFieldDescriptionstatic final AbstractExternalizer
<InDoubtTxInfo> InDoubtTxInfo.EXTERNALIZER
Methods in org.infinispan.transaction.xa.recovery that return types with arguments of type InDoubtTxInfoModifier and TypeMethodDescriptionRecoveryManager.getInDoubtTransactionInfo()
Same asRecoveryManager.getInDoubtTransactionInfoFromCluster()
, but only returns transactions from the local node.RecoveryManagerImpl.getInDoubtTransactionInfo()
RecoveryManager.getInDoubtTransactionInfoFromCluster()
Returns aSet
containing all the in-doubt transactions from the cluster, including the local node.RecoveryManagerImpl.getInDoubtTransactionInfoFromCluster()