public class SubmittedJobGraph extends Object implements Serializable
JobGraph.| Constructor and Description |
|---|
SubmittedJobGraph(JobGraph jobGraph)
Creates a
SubmittedJobGraph. |
| Modifier and Type | Method and Description |
|---|---|
JobGraph |
getJobGraph()
Returns the submitted
JobGraph. |
org.apache.flink.api.common.JobID |
getJobId()
Returns the
JobID of the submitted JobGraph. |
String |
toString() |
public SubmittedJobGraph(JobGraph jobGraph)
SubmittedJobGraph.jobGraph - The submitted JobGraphCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.