Uses of Interface
org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
Packages that use AccessExecutionJobVertex
Package
Description
-
Uses of AccessExecutionJobVertex in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement AccessExecutionJobVertexModifier and TypeClassDescriptionclassclassclassThe ExecutionJobVertex which supports speculative execution.Methods in org.apache.flink.runtime.executiongraph that return AccessExecutionJobVertexModifier and TypeMethodDescriptionAccessExecutionGraph.getJobVertex(JobVertexID id) Returns the job vertex for the givenJobVertexID.Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type AccessExecutionJobVertexModifier and TypeMethodDescriptionMap<JobVertexID,? extends AccessExecutionJobVertex> AccessExecutionGraph.getAllVertices()Returns a map containing all job vertices for this execution graph.ArchivedExecutionGraph.getAllVertices()Iterable<? extends AccessExecutionJobVertex>AccessExecutionGraph.getVerticesTopologically()Returns an iterable containing all job vertices for this execution graph in the order they were created. -
Uses of AccessExecutionJobVertex in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job with parameters of type AccessExecutionJobVertexModifier and TypeMethodDescriptionprotected abstract RAbstractJobVertexHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) Called for each request after the correspondingAccessExecutionJobVertexhas been retrieved from theAccessExecutionGraph.protected RAbstractSubtaskHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) protected JobVertexAccumulatorsInfoJobVertexAccumulatorsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) protected VertexFlameGraphJobVertexFlameGraphHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) protected SubtasksAllAccumulatorsInfoSubtasksAllAccumulatorsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) protected SubtasksTimesInfoSubtasksTimesHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) -
Uses of AccessExecutionJobVertex in org.apache.flink.runtime.rest.handler.job.metrics
Methods in org.apache.flink.runtime.rest.handler.job.metrics with parameters of type AccessExecutionJobVertexModifier and TypeMethodDescriptionprotected MetricCollectionResponseBodyJobVertexWatermarksHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) -
Uses of AccessExecutionJobVertex in org.apache.flink.runtime.webmonitor.stats
Methods in org.apache.flink.runtime.webmonitor.stats with parameters of type AccessExecutionJobVertexModifier and TypeMethodDescriptionVertexStatsTracker.getExecutionVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex, int subtaskIndex) Returns statistics for a execution vertex.VertexStatsTracker.getJobVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex) Returns statistics for a job vertex. -
Uses of AccessExecutionJobVertex in org.apache.flink.runtime.webmonitor.threadinfo
Methods in org.apache.flink.runtime.webmonitor.threadinfo with parameters of type AccessExecutionJobVertexModifier and TypeMethodDescriptionVertexThreadInfoTracker.getExecutionVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex, int subtaskIndex) VertexThreadInfoTracker.getJobVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex)