public class ClassPathJobGraphRetriever extends Object implements org.apache.flink.runtime.entrypoint.component.JobGraphRetriever
JobGraphRetriever which creates the JobGraph from a class
on the class path.| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.api.common.JobID |
FIXED_JOB_ID |
| Constructor and Description |
|---|
ClassPathJobGraphRetriever(String jobClassName,
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings savepointRestoreSettings,
String[] programArguments) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.jobgraph.JobGraph |
retrieveJobGraph(org.apache.flink.configuration.Configuration configuration) |
public org.apache.flink.runtime.jobgraph.JobGraph retrieveJobGraph(org.apache.flink.configuration.Configuration configuration)
throws org.apache.flink.util.FlinkException
retrieveJobGraph in interface org.apache.flink.runtime.entrypoint.component.JobGraphRetrieverorg.apache.flink.util.FlinkExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.