Uses of Class
org.apache.flink.client.deployment.executors.LocalExecutor
-
Packages that use LocalExecutor Package Description org.apache.flink.client.deployment.executors -
-
Uses of LocalExecutor in org.apache.flink.client.deployment.executors
Methods in org.apache.flink.client.deployment.executors that return LocalExecutor Modifier and Type Method Description static LocalExecutorLocalExecutor. create(org.apache.flink.configuration.Configuration configuration)static LocalExecutorLocalExecutor. createWithFactory(org.apache.flink.configuration.Configuration configuration, java.util.function.Function<org.apache.flink.runtime.minicluster.MiniClusterConfiguration,org.apache.flink.runtime.minicluster.MiniCluster> miniClusterFactory)
-