Uses of Interface
org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
-
Uses of AccessExecutionJobVertex in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement AccessExecutionJobVertex Modifier and Type Class Description class
ArchivedExecutionJobVertex
class
ExecutionJobVertex
class
SpeculativeExecutionJobVertex
The ExecutionJobVertex which supports speculative execution.Methods in org.apache.flink.runtime.executiongraph that return AccessExecutionJobVertex Modifier and Type Method Description AccessExecutionJobVertex
AccessExecutionGraph. getJobVertex(JobVertexID id)
Returns the job vertex for the givenJobVertexID
.Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type AccessExecutionJobVertex Modifier and Type Method Description Map<JobVertexID,? extends AccessExecutionJobVertex>
AccessExecutionGraph. getAllVertices()
Returns a map containing all job vertices for this execution graph.Map<JobVertexID,AccessExecutionJobVertex>
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
-
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 AccessExecutionJobVertex Modifier and Type Method Description protected MetricCollectionResponseBody
JobVertexWatermarksHandler. 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 AccessExecutionJobVertex Modifier and Type Method Description Optional<T>
VertexStatsTracker. getExecutionVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex, int subtaskIndex)
Returns statistics for a execution vertex.Optional<T>
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 AccessExecutionJobVertex Modifier and Type Method Description Optional<VertexThreadInfoStats>
VertexThreadInfoTracker. getExecutionVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex, int subtaskIndex)
Optional<VertexThreadInfoStats>
VertexThreadInfoTracker. getJobVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex)
-