Package | Description |
---|---|
org.apache.flink.runtime.executiongraph |
Modifier and Type | Class and Description |
---|---|
class |
ArchivedExecutionVertex |
class |
ExecutionVertex
The ExecutionVertex is a parallel subtask of the execution.
|
Modifier and Type | Method and Description |
---|---|
AccessExecutionVertex[] |
AccessExecutionJobVertex.getTaskVertices()
Returns all execution vertices for this job vertex.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends AccessExecutionVertex> |
AccessExecutionGraph.getAllExecutionVertices()
Returns an iterable containing all execution vertices for this execution graph.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.