| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.rest.handler.job |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArchivedExecutionVertex
ArchivedExecutionVertex is a readonly representation of ExecutionVertex. |
class |
ExecutionVertex
The ExecutionVertex is a parallel subtask of the execution.
|
class |
SpeculativeExecutionVertex
The ExecutionVertex which supports speculative execution.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AccessExecutionVertex[] |
AccessExecutionJobVertex.getTaskVertices()
Returns all execution vertices for this job vertex.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<? extends AccessExecutionVertex> |
AccessExecutionGraph.getAllExecutionVertices()
Returns an iterable containing all execution vertices for this execution graph.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract R |
AbstractSubtaskHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecutionVertex executionVertex)
Called for each request after the corresponding
AccessExecutionVertex has been
retrieved from the AccessExecutionJobVertex. |
protected R |
AbstractSubtaskAttemptHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecutionVertex executionVertex) |
protected SubtaskExecutionAttemptDetailsInfo |
SubtaskCurrentAttemptDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecutionVertex executionVertex) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.