Uses of Class
org.apache.flink.runtime.rest.handler.job.AbstractAccessExecutionGraphHandler
Packages that use AbstractAccessExecutionGraphHandler
Package
Description
-
Uses of AbstractAccessExecutionGraphHandler in org.apache.flink.runtime.rest.handler.job
Modifier and TypeClassDescriptionclassAbstractJobVertexHandler<R extends ResponseBody,M extends JobVertexMessageParameters> Base class for request handlers whose response depends on a specific job vertex (defined via the "JobVertexIdPathParameter.KEY" parameter) in a specific job, defined via (defined via the "JobIDPathParameter.KEY" parameter).classAbstractSubtaskAttemptHandler<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 that returns the aggregated accumulators of a job.classHandler serving the job configuration.classHandler returning the details for the specified job.classHandler serving the job execution plan.classRequest handler for the job vertex accumulators.classRequest handler for the job vertex details.classRequest handler for the job vertex Flame Graph.classA request handler that provides the details of a job vertex, including id, name, and the runtime and metrics of all its subtasks aggregated by TaskManager.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 AbstractAccessExecutionGraphHandler in org.apache.flink.runtime.rest.handler.job.checkpoints
Subclasses of AbstractAccessExecutionGraphHandler in org.apache.flink.runtime.rest.handler.job.checkpointsModifier and TypeClassDescriptionclassHandler which serves the checkpoint configuration. -
Uses of AbstractAccessExecutionGraphHandler in org.apache.flink.runtime.rest.handler.job.metrics
Subclasses of AbstractAccessExecutionGraphHandler in org.apache.flink.runtime.rest.handler.job.metricsModifier and TypeClassDescriptionclassHandler that returns the watermarks given aJobIDandJobVertexID.