| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.rest.handler.job |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract R |
AbstractSubtaskHandler.handleRequest(HandlerRequest<EmptyRequestBody,M> request,
AccessExecutionVertex executionVertex)
Called for each request after the corresponding
AccessExecutionVertex has been retrieved from the
AccessExecutionJobVertex. |
protected R |
AbstractSubtaskAttemptHandler.handleRequest(HandlerRequest<EmptyRequestBody,M> request,
AccessExecutionVertex executionVertex) |
protected SubtaskExecutionAttemptDetailsInfo |
SubtaskCurrentAttemptDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody,SubtaskMessageParameters> request,
AccessExecutionVertex executionVertex) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.