Uses of Class
org.apache.flink.runtime.rest.handler.job.AbstractJobVertexHandler
Packages that use AbstractJobVertexHandler
Package
Description
-
Uses of AbstractJobVertexHandler in org.apache.flink.runtime.rest.handler.job
Subclasses of AbstractJobVertexHandler in org.apache.flink.runtime.rest.handler.jobModifier and TypeClassDescriptionclassAbstractSubtaskAttemptHandler<R extends ResponseBody,M extends SubtaskAttemptMessageParameters> Base class for request handlers whose response depends on a specific attempt (defined via the "SubtaskAttemptPathParameter.KEY" of a specific subtask (defined via the "SubtaskIndexPathParameter.KEY" in a specific job vertex, (defined via the "JobVertexIdPathParameter.KEY" parameter) in a specific job, defined via (defined via the "JobIDPathParameter.KEY" parameter).classAbstractSubtaskHandler<R extends ResponseBody,M extends SubtaskMessageParameters> Base class for request handlers whose response depends on a specific subtask (defined via the "SubtaskIndexPathParameter.KEY" in a specific job vertex, (defined via the "JobVertexIdPathParameter.KEY" parameter) in a specific job, defined via (defined via the "JobIDPathParameter.KEY" parameter).classRequest handler for the job vertex accumulators.classRequest handler for the job vertex Flame Graph.classRequest handler providing details about a single task execution attempt.classRequest handler for the subtask execution attempt accumulators.classHandler of specific sub task execution attempt.classRequest handler for the subtasks all accumulators.classRequest handler for the subtasks times info. -
Uses of AbstractJobVertexHandler in org.apache.flink.runtime.rest.handler.job.metrics
Modifier and TypeClassDescriptionclassHandler that returns the watermarks given aJobIDandJobVertexID.