| Package | Description |
|---|---|
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
Iterator<JobTaskVertex> |
JobGraph.getTaskVertices()
Returns an iterator to iterate all task vertices registered with the job graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobGraph.addVertex(JobTaskVertex taskVertex)
Adds a new task vertex to the job graph if it is not already included.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.