Interface ExecutionDeploymentReconciler
-
- All Known Implementing Classes:
DefaultExecutionDeploymentReconciler
public interface ExecutionDeploymentReconcilerComponent for reconciling the deployment state of executions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceExecutionDeploymentReconciler.FactoryFactory forExecutionDeploymentReconciler.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutionIds)Reconciles the deployment states between all reported/expected executions for the given task executor.
-
-
-
Method Detail
-
reconcileExecutionDeployments
void reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutionIds)
Reconciles the deployment states between all reported/expected executions for the given task executor.- Parameters:
taskExecutorHost- hosting task executorexecutionDeploymentReport- task executor report for deployed executionsexpectedDeployedExecutionIds- map of expected executions and their current deployment status
-
-