@Service @Transactional public class RecoveryServiceImpl extends Object implements RecoveryService
| Constructor and Description |
|---|
RecoveryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
recoverExecutionsAssignedToNodes(List<String> deadNodes)
Recovers all workflow instance's with the first above mentioned problem.
|
void |
recoverExecutionsNotAssignedToNodes(String clusterName)
Recovers all workflow instance's with the second above mentioned problem.
|
public void recoverExecutionsAssignedToNodes(List<String> deadNodes)
RecoveryServicerecoverExecutionsAssignedToNodes in interface RecoveryServicedeadNodes - the nodes that are dead/failed.public void recoverExecutionsNotAssignedToNodes(String clusterName)
RecoveryServicerecoverExecutionsNotAssignedToNodes in interface RecoveryServiceclusterName - this cluster's nameCopyright © 2018. All rights reserved.