Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarPlanRequestBody
Packages that use JarPlanRequestBody
-
Uses of JarPlanRequestBody in org.apache.flink.runtime.webmonitor.handlers
Methods in org.apache.flink.runtime.webmonitor.handlers that return types with arguments of type JarPlanRequestBodyMethod parameters in org.apache.flink.runtime.webmonitor.handlers with type arguments of type JarPlanRequestBodyModifier and TypeMethodDescriptionprotected CompletableFuture<org.apache.flink.runtime.rest.messages.JobPlanInfo>JarPlanHandler.handleRequest(org.apache.flink.runtime.rest.handler.HandlerRequest<JarPlanRequestBody> request, org.apache.flink.runtime.webmonitor.RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.webmonitor.handlers with type arguments of type JarPlanRequestBodyModifierConstructorDescriptionJarPlanHandler(org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever<? extends org.apache.flink.runtime.webmonitor.RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<JarPlanRequestBody, org.apache.flink.runtime.rest.messages.JobPlanInfo, org.apache.flink.runtime.webmonitor.handlers.JarPlanMessageParameters> messageHeaders, Path jarDir, org.apache.flink.configuration.Configuration configuration, Executor executor) JarPlanHandler(org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever<? extends org.apache.flink.runtime.webmonitor.RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<JarPlanRequestBody, org.apache.flink.runtime.rest.messages.JobPlanInfo, org.apache.flink.runtime.webmonitor.handlers.JarPlanMessageParameters> messageHeaders, Path jarDir, org.apache.flink.configuration.Configuration configuration, Executor executor, Function<org.apache.flink.runtime.jobgraph.JobGraph, org.apache.flink.runtime.rest.messages.JobPlanInfo> planGenerator)