Uses of Class
org.apache.flink.runtime.rest.messages.EmptyResponseBody
-
-
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 EmptyResponseBody Modifier and Type Method Description protected CompletableFuture<EmptyResponseBody>
ShutdownHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type EmptyResponseBody Constructor Description ShutdownHandler(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 EmptyResponseBody Modifier and Type Method Description CompletableFuture<EmptyResponseBody>
JobCancellationHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
CompletableFuture<EmptyResponseBody>
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 EmptyResponseBody Constructor Description JobCancellationHandler(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 EmptyResponseBody Modifier and Type Method Description static EmptyResponseBody
EmptyResponseBody. getInstance()
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type EmptyResponseBody Modifier and Type Method Description Class<EmptyResponseBody>
JobCancellationHeaders. getResponseClass()
Class<EmptyResponseBody>
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 Modifier and Type Method Description Class<EmptyResponseBody>
ShutdownHeaders. getResponseClass()
-
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 Modifier and Type Method Description Class<EmptyResponseBody>
JobResourcesRequirementsUpdateHeaders. getResponseClass()
-