Uses of Class
org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationResponseBody
-
Packages that use ClientCoordinationResponseBody Package Description org.apache.flink.runtime.rest.handler.job.coordination org.apache.flink.runtime.rest.messages.job.coordination -
-
Uses of ClientCoordinationResponseBody in org.apache.flink.runtime.rest.handler.job.coordination
Methods in org.apache.flink.runtime.rest.handler.job.coordination that return types with arguments of type ClientCoordinationResponseBody 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 ClientCoordinationResponseBody Constructor Description ClientCoordinationHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<ClientCoordinationRequestBody,ClientCoordinationResponseBody,ClientCoordinationMessageParameters> messageHeaders) -
Uses of ClientCoordinationResponseBody 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 ClientCoordinationResponseBody Modifier and Type Method Description Class<ClientCoordinationResponseBody>ClientCoordinationHeaders. getResponseClass()
-