Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarPlanRequestBody
-
Packages that use JarPlanRequestBody Package Description org.apache.flink.runtime.webmonitor.handlers -
-
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 JarPlanRequestBody Modifier and Type Method Description Class<JarPlanRequestBody>AbstractJarPlanHeaders. getRequestClass()Method parameters in org.apache.flink.runtime.webmonitor.handlers with type arguments of type JarPlanRequestBody Modifier and Type Method Description protected 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 JarPlanRequestBody Constructor Description 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)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)
-