Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarRequestBody
Packages that use JarRequestBody
Package
Description
-
Uses of JarRequestBody in org.apache.flink.runtime.webmonitor.handlers
Subclasses of JarRequestBody in org.apache.flink.runtime.webmonitor.handlersModifier and TypeClassDescriptionclassRequestBodyfor querying the plan from a jar.classRequestBodyfor 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 JarRequestBodyModifier and TypeMethodDescriptionstatic <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 JarRequestBodyModifier and TypeMethodDescriptionvoidJarHandlerUtils.JarHandlerContext.applyToConfiguration(org.apache.flink.configuration.Configuration configuration, org.apache.flink.runtime.rest.handler.HandlerRequest<? extends JarRequestBody> request)