Interface ExecutionDeploymentReconciler

All Known Implementing Classes:
DefaultExecutionDeploymentReconciler

public interface ExecutionDeploymentReconciler
Component for reconciling the deployment state of executions.
  • 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 executor
      executionDeploymentReport - task executor report for deployed executions
      expectedDeployedExecutionIds - map of expected executions and their current deployment status