Uses of Class
org.apache.flink.runtime.rest.messages.EmptyResponseBody
Packages that use EmptyResponseBody
Package
Description
-
Uses of EmptyResponseBody in org.apache.flink.runtime.rest.handler.cluster
Methods in org.apache.flink.runtime.rest.handler.cluster that return types with arguments of type EmptyResponseBodyModifier and TypeMethodDescriptionprotected CompletableFuture<EmptyResponseBody>ShutdownHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type EmptyResponseBodyModifierConstructorDescriptionShutdownHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, EmptyResponseBody, EmptyMessageParameters> messageHeaders) -
Uses of EmptyResponseBody in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return types with arguments of type EmptyResponseBodyModifier and TypeMethodDescriptionJobCancellationHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) JobClientHeartbeatHandler.handleRequest(HandlerRequest<JobClientHeartbeatRequestBody> request, RestfulGateway gateway) protected CompletableFuture<EmptyResponseBody>JobResourceRequirementsUpdateHandler.handleRequest(HandlerRequest<JobResourceRequirementsBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type EmptyResponseBodyModifierConstructorDescriptionJobCancellationHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> headers, MessageHeaders<EmptyRequestBody, EmptyResponseBody, JobCancellationMessageParameters> messageHeaders, TerminationModeQueryParameter.TerminationMode defaultTerminationMode) JobClientHeartbeatHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> headers, MessageHeaders<JobClientHeartbeatRequestBody, EmptyResponseBody, JobClientHeartbeatParameters> messageHeaders) -
Uses of EmptyResponseBody in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return EmptyResponseBodyMethods in org.apache.flink.runtime.rest.messages that return types with arguments of type EmptyResponseBodyModifier and TypeMethodDescriptionJobCancellationHeaders.getResponseClass()JobClientHeartbeatHeaders.getResponseClass() -
Uses of EmptyResponseBody in org.apache.flink.runtime.rest.messages.cluster
Methods in org.apache.flink.runtime.rest.messages.cluster that return types with arguments of type EmptyResponseBody -
Uses of EmptyResponseBody in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return types with arguments of type EmptyResponseBody