Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarRunResponseBody
Packages that use JarRunResponseBody
-
Uses of JarRunResponseBody in org.apache.flink.runtime.webmonitor.handlers
Methods in org.apache.flink.runtime.webmonitor.handlers that return types with arguments of type JarRunResponseBodyModifier and TypeMethodDescriptionJarRunHeaders.getResponseClass()JarRunHandler.handleRequest(org.apache.flink.runtime.rest.handler.HandlerRequest<JarRunRequestBody> request, org.apache.flink.runtime.dispatcher.DispatcherGateway gateway) Constructor parameters in org.apache.flink.runtime.webmonitor.handlers with type arguments of type JarRunResponseBodyModifierConstructorDescriptionJarRunHandler(org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever<? extends org.apache.flink.runtime.dispatcher.DispatcherGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<JarRunRequestBody, JarRunResponseBody, JarRunMessageParameters> messageHeaders, Path jarDir, org.apache.flink.configuration.Configuration configuration, Executor executor, Supplier<org.apache.flink.client.deployment.application.ApplicationRunner> applicationRunnerSupplier)