Class ExecutionDeploymentTrackerDeploymentListenerAdapter
- java.lang.Object
-
- org.apache.flink.runtime.jobmaster.ExecutionDeploymentTrackerDeploymentListenerAdapter
-
- All Implemented Interfaces:
ExecutionDeploymentListener
public class ExecutionDeploymentTrackerDeploymentListenerAdapter extends Object implements ExecutionDeploymentListener
An adapter for using anExecutionDeploymentTrackeras anExecutionDeploymentListener.
-
-
Constructor Summary
Constructors Constructor Description ExecutionDeploymentTrackerDeploymentListenerAdapter(ExecutionDeploymentTracker executionDeploymentTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonCompletedDeployment(ExecutionAttemptID execution)voidonStartedDeployment(ExecutionAttemptID execution, ResourceID host)
-
-
-
Constructor Detail
-
ExecutionDeploymentTrackerDeploymentListenerAdapter
public ExecutionDeploymentTrackerDeploymentListenerAdapter(ExecutionDeploymentTracker executionDeploymentTracker)
-
-
Method Detail
-
onStartedDeployment
public void onStartedDeployment(ExecutionAttemptID execution, ResourceID host)
- Specified by:
onStartedDeploymentin interfaceExecutionDeploymentListener
-
onCompletedDeployment
public void onCompletedDeployment(ExecutionAttemptID execution)
- Specified by:
onCompletedDeploymentin interfaceExecutionDeploymentListener
-
-