Uses of Class
org.apache.flink.runtime.webmonitor.handlers.JarRunMessageParameters
-
Packages that use JarRunMessageParameters Package Description org.apache.flink.runtime.webmonitor.handlers -
-
Uses of JarRunMessageParameters in org.apache.flink.runtime.webmonitor.handlers
Methods in org.apache.flink.runtime.webmonitor.handlers that return JarRunMessageParameters Modifier and Type Method Description JarRunMessageParametersJarRunHeaders. getUnresolvedMessageParameters()Constructor parameters in org.apache.flink.runtime.webmonitor.handlers with type arguments of type JarRunMessageParameters Constructor Description JarRunHandler(org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever<? extends org.apache.flink.runtime.dispatcher.DispatcherGateway> leaderRetriever, org.apache.flink.api.common.time.Time 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, java.util.function.Supplier<org.apache.flink.client.deployment.application.ApplicationRunner> applicationRunnerSupplier)
-