Interface ExecutionDeploymentListener
-
- All Known Implementing Classes:
ExecutionDeploymentTrackerDeploymentListenerAdapter,NoOpExecutionDeploymentListener
public interface ExecutionDeploymentListenerA listener that is called when the deployment of an execution has been started/completed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCompletedDeployment(ExecutionAttemptID execution)voidonStartedDeployment(ExecutionAttemptID execution, ResourceID host)
-
-
-
Method Detail
-
onStartedDeployment
void onStartedDeployment(ExecutionAttemptID execution, ResourceID host)
-
onCompletedDeployment
void onCompletedDeployment(ExecutionAttemptID execution)
-
-