Uses of Interface
org.apache.flink.client.deployment.application.ApplicationRunner
-
Packages that use ApplicationRunner Package Description org.apache.flink.client.deployment.application org.apache.flink.runtime.webmonitor.handlers -
-
Uses of ApplicationRunner in org.apache.flink.client.deployment.application
Classes in org.apache.flink.client.deployment.application that implement ApplicationRunner Modifier and Type Class Description class
DetachedApplicationRunner
AnApplicationRunner
which runs the user specified application using theEmbeddedExecutor
. -
Uses of ApplicationRunner in org.apache.flink.runtime.webmonitor.handlers
Constructor parameters in org.apache.flink.runtime.webmonitor.handlers with type arguments of type ApplicationRunner Constructor Description JarRunHandler(GatewayRetriever<? extends DispatcherGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<JarRunRequestBody,JarRunResponseBody,JarRunMessageParameters> messageHeaders, Path jarDir, Configuration configuration, Executor executor, Supplier<ApplicationRunner> applicationRunnerSupplier)
-