Interface ExecutionDeploymentListener
- All Known Implementing Classes:
ExecutionDeploymentTrackerDeploymentListenerAdapter,NoOpExecutionDeploymentListener
public interface ExecutionDeploymentListener
A listener that is called when the deployment of an execution has been started/completed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCompletedDeployment(ExecutionAttemptID execution) voidonStartedDeployment(ExecutionAttemptID execution, ResourceID host)
-
Method Details
-
onStartedDeployment
-
onCompletedDeployment
-