Uses of Interface
org.apache.flink.runtime.executiongraph.AccessExecutionVertex
Packages that use AccessExecutionVertex
Package
Description
-
Uses of AccessExecutionVertex in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement AccessExecutionVertexModifier and TypeClassDescriptionclassArchivedExecutionVertexis a readonly representation ofExecutionVertex.classThe ExecutionVertex is a parallel subtask of the execution.classThe ExecutionVertex which supports speculative execution.Methods in org.apache.flink.runtime.executiongraph that return AccessExecutionVertexModifier and TypeMethodDescriptionAccessExecutionJobVertex.getTaskVertices()Returns all execution vertices for this job vertex.Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type AccessExecutionVertexModifier and TypeMethodDescriptionIterable<? 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 AccessExecutionVertexModifier and TypeMethodDescriptionprotected RAbstractSubtaskAttemptHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionVertex executionVertex) protected abstract RAbstractSubtaskHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionVertex executionVertex) Called for each request after the correspondingAccessExecutionVertexhas been retrieved from theAccessExecutionJobVertex.protected SubtaskExecutionAttemptDetailsInfoSubtaskCurrentAttemptDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionVertex executionVertex)