Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryManager.RecoveryIterator
-
Packages that use RecoveryManager.RecoveryIterator Package Description org.infinispan.transaction.xa.recovery -
-
Uses of RecoveryManager.RecoveryIterator in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery that implement RecoveryManager.RecoveryIterator Modifier and Type Class Description classPreparedTxIteratorDefault implementation for RecoveryIterator.Methods in org.infinispan.transaction.xa.recovery that return RecoveryManager.RecoveryIterator Modifier and Type Method Description RecoveryManager.RecoveryIteratorRecoveryManager. getPreparedTransactionsFromCluster()Returns the list of transactions in prepared state from both local and remote cluster nodes.RecoveryManager.RecoveryIteratorRecoveryManagerImpl. getPreparedTransactionsFromCluster()
-