public class GraphManagerImpl extends Object implements GraphManager
| Modifier and Type | Field and Description |
|---|---|
protected JobRuntimeContext |
runtimeContext |
| Constructor and Description |
|---|
GraphManagerImpl(JobRuntimeContext runtimeContext) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionGraph |
buildExecutionGraph(io.ray.streaming.jobgraph.JobGraph jobGraph)
Build execution graph from job graph.
|
ExecutionGraph |
getExecutionGraph()
Get execution graph.
|
io.ray.streaming.jobgraph.JobGraph |
getJobGraph()
Get job graph.
|
protected final JobRuntimeContext runtimeContext
public GraphManagerImpl(JobRuntimeContext runtimeContext)
public ExecutionGraph buildExecutionGraph(io.ray.streaming.jobgraph.JobGraph jobGraph)
GraphManagerbuildExecutionGraph in interface GraphManagerjobGraph - logical plan of streaming job.public io.ray.streaming.jobgraph.JobGraph getJobGraph()
GraphManagergetJobGraph in interface GraphManagerpublic ExecutionGraph getExecutionGraph()
GraphManagergetExecutionGraph in interface GraphManagerCopyright © 2020. All rights reserved.