Uses of Interface
org.apache.flink.runtime.rest.messages.ResponseBody
Packages that use ResponseBody
Package
Description
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
-
Uses of ResponseBody in org.apache.flink.runtime.messages.webmonitor
Classes in org.apache.flink.runtime.messages.webmonitor that implement ResponseBodyModifier and TypeClassDescriptionclassAn overview of how many jobs are in which status.classThe status of a specific job.classAn actor messages describing details of various jobs. -
Uses of ResponseBody in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest with type parameters of type ResponseBodyModifier and TypeMethodDescription<M extends MessageHeaders<EmptyRequestBody,P, EmptyMessageParameters>, P extends ResponseBody>
CompletableFuture<P>RestClient.sendRequest(String targetAddress, int targetPort, M messageHeaders) <M extends MessageHeaders<R,P, U>, U extends MessageParameters, R extends RequestBody, P extends ResponseBody>
CompletableFuture<P>RestClient.sendRequest(String targetAddress, int targetPort, M messageHeaders, U messageParameters, R request) <M extends MessageHeaders<R,P, U>, U extends MessageParameters, R extends RequestBody, P extends ResponseBody>
CompletableFuture<P>RestClient.sendRequest(String targetAddress, int targetPort, M messageHeaders, U messageParameters, R request, Collection<FileUpload> fileUploads) <M extends MessageHeaders<R,P, U>, U extends MessageParameters, R extends RequestBody, P extends ResponseBody>
CompletableFuture<P>RestClient.sendRequest(String targetAddress, int targetPort, M messageHeaders, U messageParameters, R request, Collection<FileUpload> fileUploads, RestAPIVersion<? extends RestAPIVersion<?>> apiVersion) -
Uses of ResponseBody in org.apache.flink.runtime.rest.handler
Classes in org.apache.flink.runtime.rest.handler with type parameters of type ResponseBodyModifier 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 ResponseBody in org.apache.flink.runtime.rest.handler.async
Classes in org.apache.flink.runtime.rest.handler.async that implement ResponseBodyModifier and TypeClassDescriptionclassResult of an asynchronous operation.classResponse to the triggering of an asynchronous operation. -
Uses of ResponseBody in org.apache.flink.runtime.rest.handler.job
Classes in org.apache.flink.runtime.rest.handler.job with type parameters of type ResponseBodyModifier 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). -
Uses of ResponseBody in org.apache.flink.runtime.rest.handler.job.checkpoints
Classes in org.apache.flink.runtime.rest.handler.job.checkpoints with type parameters of type ResponseBodyModifier 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. -
Uses of ResponseBody in org.apache.flink.runtime.rest.handler.legacy.messages
Classes in org.apache.flink.runtime.rest.handler.legacy.messages that implement ResponseBodyModifier and TypeClassDescriptionclassCluster overview message including the current Flink version and commit id. -
Uses of ResponseBody in org.apache.flink.runtime.rest.handler.resourcemanager
Classes in org.apache.flink.runtime.rest.handler.resourcemanager with type parameters of type ResponseBodyModifier 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 ResponseBody in org.apache.flink.runtime.rest.handler.util
Methods in org.apache.flink.runtime.rest.handler.util with type parameters of type ResponseBodyModifier and TypeMethodDescriptionstatic <P extends ResponseBody>
CompletableFuture<Void>HandlerUtils.sendResponse(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext channelHandlerContext, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest httpRequest, P response, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus statusCode, Map<String, String> headers) Sends the given response and status code to the given channel. -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages
Classes in org.apache.flink.runtime.rest.messages with type parameters of type ResponseBodyModifier and TypeClassDescriptionclassCustomHeadersDecorator<R extends RequestBody,P extends ResponseBody, M extends MessageParameters> Decorator class forMessageHeadersthat adds the ability to include custom HTTP headers.interfaceMessageHeaders<R extends RequestBody,P extends ResponseBody, M extends MessageParameters> This class linksRequestBodys toResponseBodys types and contains meta-data required for their http headers.interfaceRuntimeMessageHeaders<R extends RequestBody,P extends ResponseBody, M extends MessageParameters> This class linksRequestBodys toResponseBodys types and contains meta-data required for their http headers in runtime module.Classes in org.apache.flink.runtime.rest.messages that implement ResponseBodyModifier and TypeClassDescriptionclassAggregated info of a set of tasks.classResponse of theClusterConfigHandler, represented as a list of key-value pairs of the clusterConfiguration.classResponse of theDashboardConfigHandlercontaining general configuration values such as the time zone and the refresh interval.classEmptyResponseBodyimplementation.classThe response of environment info.final classGeneric response body for communicating errors on the server.classResponse type of theJobAccumulatorsHandler.classResponse type of theJobConfigHandler.classJobExceptionsInfoWithHistoryproviding a history of previously caused failures.classResponse type of theJobPlanHandler.classResponse type of theJobVertexAccumulatorsHandler.classResponse type of theJobVertexBackPressureHandler.classResponse type of theJobVertexDetailsHandler.classResponse type of theJobVertexTaskManagersHandler.classClass containing a collection ofLogInfo.classResponse of log URLs.classContains information of a Profiling Instance.classClass containing a collection ofProfilingInfo.classContains information of aResourceProfile.classResponse type of theSubtasksTimesHandler.final classClass containing thread dump information. -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.checkpoints
Classes in org.apache.flink.runtime.rest.messages.checkpoints that implement ResponseBodyModifier and TypeClassDescriptionclassResponse class of theCheckpointConfigHandler.classRepresents information about a triggered checkpoint.classResponse of theCheckpointingStatisticsHandler.classStatistics for a checkpoint.static final classStatistics for a completed checkpoint.static final classStatistics for a failed checkpoint.static final classStatistics for a pending checkpoint.classCheckpoint statistics for a single task.final classTask checkpoint statistics which also includes information about the sub task checkpoint statistics. -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.dataset
Classes in org.apache.flink.runtime.rest.messages.dataset that implement ResponseBodyModifier and TypeClassDescriptionclass -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.job
Classes in org.apache.flink.runtime.rest.messages.job that implement ResponseBodyModifier and TypeClassDescriptionclassDetails about a job.classclassBody for change job requests.final classResponse to the submission of a job, containing a URL from which the status of the job can be retrieved from.classResponse type of theSubtaskExecutionAttemptAccumulatorsHandler.classThe sub task execution attempt response.classResponse type of theSubtasksAllAccumulatorsHandler. -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.job.coordination
Classes in org.apache.flink.runtime.rest.messages.job.coordination that implement ResponseBodyModifier and TypeClassDescriptionclassResponse that carries a serializedCoordinationResponseto the client. -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.job.metrics
Classes in org.apache.flink.runtime.rest.messages.job.metrics that implement ResponseBodyModifier and TypeClassDescriptionclassResponse type for a collection of aggregated metrics.final classResponse type for a collection of metrics. -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.job.savepoints
Classes in org.apache.flink.runtime.rest.messages.job.savepoints that implement ResponseBodyModifier and TypeClassDescriptionclassRepresents information about a finished savepoint. -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.queue
Subinterfaces of ResponseBody in org.apache.flink.runtime.rest.messages.queueModifier and TypeInterfaceDescriptioninterfaceInterface for REST resources that are created asynchronously. -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.taskmanager
Classes in org.apache.flink.runtime.rest.messages.taskmanager that implement ResponseBodyModifier and TypeClassDescriptionclassClass containing information for a slot ofTaskManagerSlotInformation.classMessage containing base information about aTaskExecutorand more detailed metrics.classBase class containing information for aTaskExecutor.classClass containing a collection ofTaskManagerInfo. -
Uses of ResponseBody in org.apache.flink.runtime.webmonitor.history
Constructors in org.apache.flink.runtime.webmonitor.history with parameters of type ResponseBody -
Uses of ResponseBody in org.apache.flink.runtime.webmonitor.threadinfo
Classes in org.apache.flink.runtime.webmonitor.threadinfo that implement ResponseBodyModifier and TypeClassDescriptionclassFlame Graph representation for a job vertex or an execution vertex.