Uses of Class
org.infinispan.transaction.xa.recovery.InDoubtTxInfo
-
Packages that use InDoubtTxInfo Package Description org.infinispan.transaction.xa.recovery -
-
Uses of InDoubtTxInfo in org.infinispan.transaction.xa.recovery
Fields in org.infinispan.transaction.xa.recovery with type parameters of type InDoubtTxInfo Modifier and Type Field Description static org.infinispan.commons.marshall.AbstractExternalizer<InDoubtTxInfo>InDoubtTxInfo. EXTERNALIZERMethods in org.infinispan.transaction.xa.recovery that return types with arguments of type InDoubtTxInfo Modifier and Type Method Description Set<InDoubtTxInfo>RecoveryManager. getInDoubtTransactionInfo()Same asRecoveryManager.getInDoubtTransactionInfoFromCluster(), but only returns transactions from the local node.Set<InDoubtTxInfo>RecoveryManagerImpl. getInDoubtTransactionInfo()Set<InDoubtTxInfo>RecoveryManager. getInDoubtTransactionInfoFromCluster()Returns aSetcontaining all the in-doubt transactions from the cluster, including the local node.Set<InDoubtTxInfo>RecoveryManagerImpl. getInDoubtTransactionInfoFromCluster()
-