| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.rest.handler.job |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedExecutionJobVertex |
class |
ExecutionJobVertex
|
| Modifier and Type | Method and Description |
|---|---|
AccessExecutionJobVertex |
AccessExecutionGraph.getJobVertex(JobVertexID id)
Returns the job vertex for the given
JobVertexID. |
| Modifier and Type | Method and Description |
|---|---|
Map<JobVertexID,AccessExecutionJobVertex> |
ArchivedExecutionGraph.getAllVertices() |
Map<JobVertexID,? extends AccessExecutionJobVertex> |
AccessExecutionGraph.getAllVertices()
Returns a map containing all job vertices for this execution graph.
|
Iterable<? extends AccessExecutionJobVertex> |
AccessExecutionGraph.getVerticesTopologically()
Returns an iterable containing all job vertices for this execution graph in the order they were created.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.