Interface ExecutionDeploymentReconciler
- All Known Implementing Classes:
DefaultExecutionDeploymentReconciler
public interface ExecutionDeploymentReconciler
Component for reconciling the deployment state of executions.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidreconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState> expectedDeployedExecutionIds) Reconciles the deployment states between all reported/expected executions for the given task executor.
-
Method Details
-
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
-