Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarRunRequestBody
Packages that use JarRunRequestBody
-
Uses of JarRunRequestBody in org.apache.flink.runtime.webmonitor.handlers
Methods in org.apache.flink.runtime.webmonitor.handlers that return types with arguments of type JarRunRequestBodyMethod parameters in org.apache.flink.runtime.webmonitor.handlers with type arguments of type JarRunRequestBodyModifier and TypeMethodDescriptionJarRunHandler.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 JarRunRequestBodyModifierConstructorDescriptionJarRunHandler(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)