Uses of Interface
org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Packages that use AccessExecutionVertex Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.rest.handler.job -
-
Uses of AccessExecutionVertex in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement AccessExecutionVertex Modifier and Type Class Description class
ArchivedExecutionVertex
ArchivedExecutionVertex
is a readonly representation ofExecutionVertex
.class
ExecutionVertex
The ExecutionVertex is a parallel subtask of the execution.class
SpeculativeExecutionVertex
The ExecutionVertex which supports speculative execution.Methods in org.apache.flink.runtime.executiongraph that return AccessExecutionVertex Modifier and Type Method Description AccessExecutionVertex[]
AccessExecutionJobVertex. getTaskVertices()
Returns all execution vertices for this job vertex.Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type AccessExecutionVertex Modifier and Type Method Description Iterable<? extends AccessExecutionVertex>
AccessExecutionGraph. getAllExecutionVertices()
Returns an iterable containing all execution vertices for this execution graph. -
Uses of AccessExecutionVertex in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job with parameters of type AccessExecutionVertex Modifier and Type Method Description protected R
AbstractSubtaskAttemptHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionVertex executionVertex)
protected abstract R
AbstractSubtaskHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionVertex executionVertex)
Called for each request after the correspondingAccessExecutionVertex
has been retrieved from theAccessExecutionJobVertex
.protected SubtaskExecutionAttemptDetailsInfo
SubtaskCurrentAttemptDetailsHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionVertex executionVertex)
-