Class | Description |
---|---|
AbstractExecutionGraphHandler<R extends ResponseBody,M extends JobMessageParameters> |
Base class for all
AccessExecutionGraph based REST handlers. |
AbstractJobVertexHandler<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). |
AbstractSubtaskAttemptHandler<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). |
AbstractSubtaskHandler<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). |
AsynchronousJobOperationKey | |
JobAccumulatorsHandler |
Request handler that returns the aggregated accumulators of a job.
|
JobCancellationHandler |
Request handler for the cancel and stop request.
|
JobConfigHandler |
Handler serving the job configuration.
|
JobDetailsHandler |
Handler returning the details for the specified job.
|
JobExceptionsHandler |
Handler serving the job exceptions.
|
JobExecutionResultHandler |
Returns the
JobExecutionResult for a given JobID . |
JobIdsHandler |
Handler for job IDs.
|
JobPlanHandler |
Handler serving the job execution plan.
|
JobsOverviewHandler |
Overview handler for jobs.
|
JobSubmitHandler |
This handler can be used to submit jobs to a Flink cluster.
|
JobVertexAccumulatorsHandler |
Request handler for the job vertex accumulators.
|
JobVertexBackPressureHandler |
Request handler for the job vertex back pressure.
|
JobVertexDetailsHandler |
Request handler for the job vertex details.
|
JobVertexTaskManagersHandler |
A 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.
|
SubtaskCurrentAttemptDetailsHandler |
Request handler providing details about a single task execution attempt.
|
SubtaskExecutionAttemptAccumulatorsHandler |
Request handler for the subtask execution attempt accumulators.
|
SubtaskExecutionAttemptDetailsHandler |
Handler of specific sub task execution attempt.
|
SubtasksAllAccumulatorsHandler |
Request handler for the subtasks all accumulators.
|
SubtasksTimesHandler |
Request handler for the subtasks times info.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.