| Package | Description |
|---|---|
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Class and Description |
|---|---|
class |
JobOutputVertex
A JobOutputVertex is a specific sub-type of a
AbstractJobOutputVertex and is designed
for Nephele tasks which sink data in a not further specified way. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AbstractJobOutputVertex> |
JobGraph.getOutputVertices()
Returns an iterator to iterate all output vertices registered with the job graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobGraph.addVertex(AbstractJobOutputVertex outputVertex)
Adds a new output vertex to the job graph if it is not already included.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.