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 classArchivedExecutionVertexArchivedExecutionVertexis a readonly representation ofExecutionVertex.classExecutionVertexThe ExecutionVertex is a parallel subtask of the execution.classSpeculativeExecutionVertexThe 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 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)
-