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