Uses of Class
org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationRequestBody
Packages that use ClientCoordinationRequestBody
Package
Description
-
Uses of ClientCoordinationRequestBody in org.apache.flink.runtime.rest.handler.job.coordination
Method parameters in org.apache.flink.runtime.rest.handler.job.coordination with type arguments of type ClientCoordinationRequestBodyModifier and TypeMethodDescriptionprotected CompletableFuture<ClientCoordinationResponseBody>ClientCoordinationHandler.handleRequest(HandlerRequest<ClientCoordinationRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.job.coordination with type arguments of type ClientCoordinationRequestBodyModifierConstructorDescriptionClientCoordinationHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<ClientCoordinationRequestBody, ClientCoordinationResponseBody, ClientCoordinationMessageParameters> messageHeaders) -
Uses of ClientCoordinationRequestBody in org.apache.flink.runtime.rest.messages.job.coordination
Methods in org.apache.flink.runtime.rest.messages.job.coordination that return types with arguments of type ClientCoordinationRequestBody