Class PipelineExecutorUtils
- java.lang.Object
-
- org.apache.flink.client.deployment.executors.PipelineExecutorUtils
-
public class PipelineExecutorUtils extends Object
Utility class with method related to job execution.
-
-
Constructor Summary
Constructors Constructor Description PipelineExecutorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.flink.streaming.api.graph.StreamGraphgetStreamGraph(org.apache.flink.api.dag.Pipeline pipeline, org.apache.flink.configuration.Configuration configuration)static voidnotifyJobStatusListeners(org.apache.flink.api.dag.Pipeline pipeline, org.apache.flink.streaming.api.graph.ExecutionPlan executionPlan, List<org.apache.flink.core.execution.JobStatusChangedListener> listeners)Notify theDefaultJobCreatedEventto job status changed listeners.
-
-
-
Method Detail
-
notifyJobStatusListeners
public static void notifyJobStatusListeners(@Nonnull org.apache.flink.api.dag.Pipeline pipeline, @Nonnull org.apache.flink.streaming.api.graph.ExecutionPlan executionPlan, List<org.apache.flink.core.execution.JobStatusChangedListener> listeners)Notify theDefaultJobCreatedEventto job status changed listeners.- Parameters:
pipeline- the pipeline that contains lineage graph information.executionPlan- executionPlan that contains job basic infolisteners- the list of job status changed listeners
-
-