Uses of Class
org.apache.flink.runtime.rest.handler.job.AbstractAccessExecutionGraphHandler
-
-
Uses of AbstractAccessExecutionGraphHandler in org.apache.flink.runtime.rest.handler.job
Subclasses of AbstractAccessExecutionGraphHandler in org.apache.flink.runtime.rest.handler.job Modifier and Type Class Description classAbstractJobVertexHandler<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).classJobAccumulatorsHandlerRequest handler that returns the aggregated accumulators of a job.classJobConfigHandlerHandler serving the job configuration.classJobDetailsHandlerHandler returning the details for the specified job.classJobPlanHandlerHandler serving the job execution plan.classJobVertexAccumulatorsHandlerRequest handler for the job vertex accumulators.classJobVertexDetailsHandlerRequest handler for the job vertex details.classJobVertexFlameGraphHandlerRequest handler for the job vertex Flame Graph.classJobVertexTaskManagersHandlerA 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.classSubtaskCurrentAttemptDetailsHandlerRequest handler providing details about a single task execution attempt.classSubtaskExecutionAttemptAccumulatorsHandlerRequest handler for the subtask execution attempt accumulators.classSubtaskExecutionAttemptDetailsHandlerHandler of specific sub task execution attempt.classSubtasksAllAccumulatorsHandlerRequest handler for the subtasks all accumulators.classSubtasksTimesHandlerRequest 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.checkpoints Modifier and Type Class Description classCheckpointConfigHandlerHandler 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.metrics Modifier and Type Class Description classJobVertexWatermarksHandlerHandler that returns the watermarks given aJobIDandJobVertexID.
-