Interface ExecutionDeploymentTracker

    • Method Detail

      • startTrackingPendingDeploymentOf

        void startTrackingPendingDeploymentOf​(ExecutionAttemptID executionAttemptId,
                                              ResourceID host)
        Starts tracking the given execution that is being deployed on the given host.
        Parameters:
        executionAttemptId - execution to start tracking
        host - hosting task executor
      • completeDeploymentOf

        void completeDeploymentOf​(ExecutionAttemptID executionAttemptId)
        Marks the deployment of the given execution as complete.
        Parameters:
        executionAttemptId - execution whose deployment to mark as complete
      • stopTrackingDeploymentOf

        void stopTrackingDeploymentOf​(ExecutionAttemptID executionAttemptId)
        Stops tracking the given execution.
        Parameters:
        executionAttemptId - execution to stop tracking