Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarRequestBody
-
Packages that use JarRequestBody Package Description org.apache.flink.runtime.webmonitor.handlers org.apache.flink.runtime.webmonitor.handlers.utils -
-
Uses of JarRequestBody in org.apache.flink.runtime.webmonitor.handlers
Subclasses of JarRequestBody in org.apache.flink.runtime.webmonitor.handlers Modifier and Type Class Description classJarPlanRequestBodyRequestBodyfor querying the plan from a jar.classJarRunRequestBodyRequestBodyfor running a jar. -
Uses of JarRequestBody in org.apache.flink.runtime.webmonitor.handlers.utils
Methods in org.apache.flink.runtime.webmonitor.handlers.utils with type parameters of type JarRequestBody Modifier and Type Method Description static <R extends JarRequestBody>
JarHandlerUtils.JarHandlerContextJarHandlerUtils.JarHandlerContext. fromRequest(org.apache.flink.runtime.rest.handler.HandlerRequest<R> request, Path jarDir, org.slf4j.Logger log)Method parameters in org.apache.flink.runtime.webmonitor.handlers.utils with type arguments of type JarRequestBody Modifier and Type Method Description voidJarHandlerUtils.JarHandlerContext. applyToConfiguration(org.apache.flink.configuration.Configuration configuration, org.apache.flink.runtime.rest.handler.HandlerRequest<? extends JarRequestBody> request)
-