Uses of Class
org.apache.flink.runtime.rest.handler.AbstractHandler
Packages that use AbstractHandler
Package
Description
-
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handlerModifier and TypeClassDescriptionclassAbstractRestHandler<T extends RestfulGateway,R extends RequestBody, P extends ResponseBody, M extends MessageParameters> Super class for netty-based handlers that work withRequestBodys andResponseBodys. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.async
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.asyncModifier and TypeClassDescriptionprotected classAbstractAsynchronousOperationHandlers.StatusHandler<T extends RestfulGateway,V, M extends MessageParameters> Handler which will be polled to retrieve the asynchronous operation's result.protected classAbstractAsynchronousOperationHandlers.TriggerHandler<T extends RestfulGateway,B extends RequestBody, M extends MessageParameters> Handler which is responsible for triggering an asynchronous operation. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.cluster
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.clusterModifier and TypeClassDescriptionclassAbstractJobManagerFileHandler<M extends MessageParameters>Base class for serving files from the JobManager.classHandler which serves the cluster's configuration.classHandler which returns the cluster overview information with version.classHandler which returns the dashboard configuration.classRest handler which serves the custom log file from JobManager.classHandler which serves the jobmanager's environment variables.classRest handler which serves the log files from JobManager.classHandler which serves detailed JobManager log list information.classRest handler which serves the profiler result file from JobManager.classRest handler which serves the profiling info from the JobManager.classRest handler which serves the profiling list from the JobManager.classRest handler which serves the thread dump info from the JobManager.classREST handler which allows to shut down the cluster. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.dataset
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.datasetModifier and TypeClassDescriptionclassAbstractAsynchronousOperationHandlers.StatusHandlerimplementation for the cluster data set delete operation.classAbstractAsynchronousOperationHandlers.TriggerHandlerimplementation for the cluster data set delete operation.classHandler forClusterDataSetListHeaders. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.job
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.jobModifier and TypeClassDescriptionclassAbstractAccessExecutionGraphHandler<R extends ResponseBody,M extends JobMessageParameters> AbstractAccessExecutionGraphHandlerhandles requests that require accessing the job'sAccessExecutionGraph.classAbstractExecutionGraphHandler<R extends ResponseBody,M extends JobMessageParameters> Base class for allExecutionGraphInfobased REST handlers.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).classRequest handler that returns the aggregated accumulators of a job.classRequest handler for the cancel and stop request.classReceive the heartbeat from the client.classHandler serving the job configuration.classHandler returning the details for the specified job.classHandler serving the job exceptions.classReturns theJobExecutionResultfor a givenJobID.classHandler for job IDs.classHandler which serves the jobmanager's configuration of a specific job.classHandler which serves the jobmanager's environment variables of a specific job.classHandler serving the job execution plan.classRest handler for reading currentresource requirementsof a given job.classRest handler for updatingresource requirementsof a given job.classOverview handler for jobs.classHandler for requesting job status.final classThis handler can be used to submit jobs to a Flink cluster.classRequest handler for the job vertex accumulators.classRequest handler for the job vertex back pressure.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 AbstractHandler in org.apache.flink.runtime.rest.handler.job.checkpoints
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.checkpointsModifier and TypeClassDescriptionclassAbstractCheckpointHandler<R extends ResponseBody,M extends CheckpointMessageParameters> Base class for checkpoint related REST handler.classAbstractCheckpointStatsHandler<R extends ResponseBody,M extends JobMessageParameters> Abstract class for checkpoint handlers that will cache theCheckpointStatsSnapshotobject.classHandler which serves the checkpoint configuration.static classHTTP handler to query for the status of the checkpoint.static classHandler for the checkpoint trigger operation.classHandler which serves the checkpoint statistics.classREST handler which returns the details for a checkpoint.classREST handler which serves checkpoint statistics for subtasks. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.coordination
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.coordinationModifier and TypeClassDescriptionclassHandler that receives the coordination requests from the client and returns the response from the coordinator. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.metrics
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.metricsModifier and TypeClassDescriptionclassAbstract request handler for querying aggregated metrics.classAbstractMetricsHandler<M extends MessageParameters>Request handler that returns for a given task a list of all available metrics or the values for a set of metrics.classRequest handler that returns, aggregated across jobs, a list of all available metrics or the values for a set of metrics.classRequest handler that returns, aggregated across subtasks, a list of all available metrics or the values for a set of metrics.classRequest handler that returns, aggregated across task managers, a list of all available metrics or the values for a set of metrics.classHandler that returns JobManager metrics.classHandler that returns job manager operator metrics.classRequest handler that returns for a given job a list of all available metrics or the values for a set of metrics.classDeprecated.classHandler that returns the watermarks given aJobIDandJobVertexID.classHandler that returns subtask metrics.classHandler that returns TaskManager metrics. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.rescaling
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.rescalingModifier and TypeClassDescriptionclassHandler which reports the status of the rescaling operation.classHandler which triggers the rescaling of the specified job. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.savepoints
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.job.savepointsModifier and TypeClassDescriptionclassAbstractAsynchronousOperationHandlers.StatusHandlerimplementation for the savepoint disposal operation.classAbstractAsynchronousOperationHandlers.TriggerHandlerimplementation for the savepoint disposal operation.static classHTTP handler to query for the status of the savepoint.classHTTP handler to trigger savepoints.classHTTP handler to stop a job with a savepoint. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.resourcemanager
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.resourcemanagerModifier and TypeClassDescriptionclassAbstractResourceManagerHandler<T extends RestfulGateway,R extends RequestBody, P extends ResponseBody, M extends MessageParameters> Base class for REST handlers which need access to theResourceManager. -
Uses of AbstractHandler in org.apache.flink.runtime.rest.handler.taskmanager
Subclasses of AbstractHandler in org.apache.flink.runtime.rest.handler.taskmanagerModifier and TypeClassDescriptionclassBase class for serving files from theTaskExecutor.classRest handler which serves the custom file of theTaskExecutor.classHandler which serves detailed TaskManager information.classRest handler which serves the log files fromTaskExecutor.classHandler which serves detailed TaskManager log list information.classRest handler which serves the profiling result file of theTaskExecutor.classRest handler which serves the profiling service from aTaskExecutor.classHandler which serves detailed TaskManager profiling list information.classReturns an overview over all registered TaskManagers of the cluster.classRest handler which serves the stdout file of theTaskExecutor.classRest handler which serves the thread dump info from aTaskExecutor.
SubtaskMetricsHandlerand is only kept for backwards-compatibility.