Uses of Class
org.apache.flink.client.cli.ExecutionConfigAccessor
Packages that use ExecutionConfigAccessor
-
Uses of ExecutionConfigAccessor in org.apache.flink.client.cli
Methods in org.apache.flink.client.cli that return ExecutionConfigAccessorModifier and TypeMethodDescriptionstatic ExecutionConfigAccessorExecutionConfigAccessor.fromConfiguration(org.apache.flink.configuration.Configuration configuration) Creates anExecutionConfigAccessorbased on the providedConfiguration.static <T> ExecutionConfigAccessorExecutionConfigAccessor.fromProgramOptions(ProgramOptions options, List<T> jobJars) Creates anExecutionConfigAccessorbased on the providedProgramOptionsas provided by the user through the CLI.