Uses of Interface
org.apache.flink.runtime.rest.messages.ResponseBody
-
-
Uses of ResponseBody in org.apache.flink.runtime.messages.webmonitor
Classes in org.apache.flink.runtime.messages.webmonitor that implement ResponseBody Modifier and Type Class Description classJobIdsWithStatusOverviewAn overview of how many jobs are in which status.classJobStatusInfoThe status of a specific job.classMultipleJobsDetailsAn 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 ResponseBody Modifier and Type Method Description <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 ResponseBody Modifier and Type Class Description classAbstractRestHandler<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 ResponseBody Modifier and Type Class Description classAsynchronousOperationResult<V>Result of an asynchronous operation.classTriggerResponseResponse 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 ResponseBody Modifier and Type Class Description classAbstractAccessExecutionGraphHandler<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 ResponseBody Modifier and Type Class Description classAbstractCheckpointHandler<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 ResponseBody Modifier and Type Class Description classClusterOverviewWithVersionCluster 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 ResponseBody Modifier and Type Class Description classAbstractResourceManagerHandler<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 ResponseBody Modifier and Type Method Description static <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 ResponseBody Modifier and Type Class Description classCustomHeadersDecorator<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 ResponseBody Modifier and Type Class Description classAggregatedTaskDetailsInfoAggregated info of a set of tasks.classConfigurationInfoResponse of theClusterConfigHandler, represented as a list of key-value pairs of the clusterConfiguration.classDashboardConfigurationResponse of theDashboardConfigHandlercontaining general configuration values such as the time zone and the refresh interval.classEmptyResponseBodyEmptyResponseBodyimplementation.classEnvironmentInfoThe response of environment info.classErrorResponseBodyGeneric response body for communicating errors on the server.classJobAccumulatorsInfoResponse type of theJobAccumulatorsHandler.classJobConfigInfoResponse type of theJobConfigHandler.classJobExceptionsInfoWithHistoryJobExceptionsInfoWithHistoryproviding a history of previously caused failures.classJobPlanInfoResponse type of theJobPlanHandler.classJobVertexAccumulatorsInfoResponse type of theJobVertexAccumulatorsHandler.classJobVertexBackPressureInfoResponse type of theJobVertexBackPressureHandler.classJobVertexDetailsInfoResponse type of theJobVertexDetailsHandler.classJobVertexTaskManagersInfoResponse type of theJobVertexTaskManagersHandler.classLogListInfoClass containing a collection ofLogInfo.classLogUrlResponseResponse of log URLs.classProfilingInfoContains information of a Profiling Instance.classProfilingInfoListClass containing a collection ofProfilingInfo.classResourceProfileInfoContains information of aResourceProfile.classSubtasksTimesInfoResponse type of theSubtasksTimesHandler.classThreadDumpInfoClass 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 ResponseBody Modifier and Type Class Description classCheckpointConfigInfoResponse class of theCheckpointConfigHandler.classCheckpointInfoRepresents information about a triggered checkpoint.classCheckpointingStatisticsResponse of theCheckpointingStatisticsHandler.classCheckpointStatisticsStatistics for a checkpoint.static classCheckpointStatistics.CompletedCheckpointStatisticsStatistics for a completed checkpoint.static classCheckpointStatistics.FailedCheckpointStatisticsStatistics for a failed checkpoint.static classCheckpointStatistics.PendingCheckpointStatisticsStatistics for a pending checkpoint.classTaskCheckpointStatisticsCheckpoint statistics for a single task.classTaskCheckpointStatisticsWithSubtaskDetailsTask 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 ResponseBody Modifier and Type Class Description classClusterDataSetListResponseBody -
Uses of ResponseBody in org.apache.flink.runtime.rest.messages.job
Classes in org.apache.flink.runtime.rest.messages.job that implement ResponseBody Modifier and Type Class Description classJobDetailsInfoDetails about a job.classJobExecutionResultResponseBodyclassJobResourceRequirementsBodyBody for change job requests.classJobSubmitResponseBodyResponse to the submission of a job, containing a URL from which the status of the job can be retrieved from.classSubtaskExecutionAttemptAccumulatorsInfoResponse type of theSubtaskExecutionAttemptAccumulatorsHandler.classSubtaskExecutionAttemptDetailsInfoThe sub task execution attempt response.classSubtasksAllAccumulatorsInfoResponse 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 ResponseBody Modifier and Type Class Description classClientCoordinationResponseBodyResponse 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 ResponseBody Modifier and Type Class Description classAggregatedMetricsResponseBodyResponse type for a collection of aggregated metrics.classMetricCollectionResponseBodyResponse 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 ResponseBody Modifier and Type Class Description classSavepointInfoRepresents 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.queue Modifier and Type Interface Description interfaceAsynchronouslyCreatedResource<T>Interface 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 ResponseBody Modifier and Type Class Description classSlotInfoClass containing information for a slot ofTaskManagerSlotInformation.classTaskManagerDetailsInfoMessage containing base information about aTaskExecutorand more detailed metrics.classTaskManagerInfoBase class containing information for aTaskExecutor.classTaskManagersInfoClass 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 Constructor Description ArchivedJson(String path, ResponseBody json) -
Uses of ResponseBody in org.apache.flink.runtime.webmonitor.threadinfo
Classes in org.apache.flink.runtime.webmonitor.threadinfo that implement ResponseBody Modifier and Type Class Description classVertexFlameGraphFlame Graph representation for a job vertex or an execution vertex.
-