public class ExecutorUtils extends Object
| 构造器和说明 |
|---|
ExecutorUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.flink.runtime.jobgraph.JobGraph |
getJobGraph(org.apache.flink.api.dag.Pipeline pipeline,
org.apache.flink.configuration.Configuration configuration)
Creates the
JobGraph corresponding to the provided Pipeline. |
public static org.apache.flink.runtime.jobgraph.JobGraph getJobGraph(@Nonnull org.apache.flink.api.dag.Pipeline pipeline, @Nonnull org.apache.flink.configuration.Configuration configuration)
JobGraph corresponding to the provided Pipeline.pipeline - the pipeline whose job graph we are computingconfiguration - the configuration with the necessary information such as jars and
classpaths to be included, the parallelism of the job and potential
savepoint settings used to bootstrap its state.JobGraph.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.