Uses of Class
org.apache.flink.runtime.rest.handler.job.AbstractJobVertexHandler
-
Packages that use AbstractJobVertexHandler Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.handler.job.metrics -
-
Uses of AbstractJobVertexHandler in org.apache.flink.runtime.rest.handler.job
Subclasses of AbstractJobVertexHandler in org.apache.flink.runtime.rest.handler.job Modifier and Type Class Description 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).classJobVertexAccumulatorsHandlerRequest handler for the job vertex accumulators.classJobVertexFlameGraphHandlerRequest handler for the job vertex Flame Graph.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 AbstractJobVertexHandler in org.apache.flink.runtime.rest.handler.job.metrics
Subclasses of AbstractJobVertexHandler in org.apache.flink.runtime.rest.handler.job.metrics Modifier and Type Class Description classJobVertexWatermarksHandlerHandler that returns the watermarks given aJobIDandJobVertexID.
-