| Package | Description |
|---|---|
| io.ray.streaming.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
JobVertex |
JobGraph.getVertex(int vertexId) |
| Modifier and Type | Method and Description |
|---|---|
List<JobVertex> |
JobGraph.getJobVertices() |
List<JobVertex> |
JobGraph.getSinkVertices() |
List<JobVertex> |
JobGraph.getSourceVertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobGraph.addVertex(JobVertex vertex) |
| Constructor and Description |
|---|
JobGraph(String jobName,
Map<String,String> jobConfig,
List<JobVertex> jobVertices,
List<JobEdge> jobEdges) |
Copyright © 2020. All rights reserved.