| 程序包 | 说明 |
|---|---|
| io.ray.streaming.jobgraph |
| 限定符和类型 | 方法和说明 |
|---|---|
JobVertex |
JobGraph.getVertex(int vertexId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JobVertex> |
JobGraph.getJobVertices() |
List<JobVertex> |
JobGraph.getSinkVertices() |
List<JobVertex> |
JobGraph.getSourceVertices() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JobGraph.addVertex(JobVertex vertex) |
| 构造器和说明 |
|---|
JobGraph(String jobName,
Map<String,String> jobConfig,
List<JobVertex> jobVertices,
List<JobEdge> jobEdges) |
Copyright © 2022. All rights reserved.