Uses of Class
org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationRequestBody
-
Packages that use ClientCoordinationRequestBody Package Description org.apache.flink.runtime.rest.handler.job.coordination org.apache.flink.runtime.rest.messages.job.coordination -
-
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 ClientCoordinationRequestBody Modifier and Type Method Description protected 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 ClientCoordinationRequestBody Constructor Description ClientCoordinationHandler(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 Modifier and Type Method Description Class<ClientCoordinationRequestBody>ClientCoordinationHeaders. getRequestClass()
-