public class JobRuntimeContext extends Object implements Serializable
Including: graph, resource, checkpoint info, etc.
| Constructor and Description |
|---|
JobRuntimeContext(StreamingConfig conf) |
| Modifier and Type | Method and Description |
|---|---|
StreamingConfig |
getConf() |
ExecutionGraph |
getExecutionGraph() |
JobGraph |
getJobGraph() |
String |
getJobName() |
void |
setExecutionGraph(ExecutionGraph executionGraph) |
void |
setJobGraph(JobGraph jobGraph) |
String |
toString() |
public JobRuntimeContext(StreamingConfig conf)
public String getJobName()
public StreamingConfig getConf()
public JobGraph getJobGraph()
public void setJobGraph(JobGraph jobGraph)
public ExecutionGraph getExecutionGraph()
public void setExecutionGraph(ExecutionGraph executionGraph)
Copyright © 2021. All rights reserved.