Uses of Class
org.apache.flink.client.cli.ProgramOptions
Packages that use ProgramOptions
-
Uses of ProgramOptions in org.apache.flink.client.cli
Methods in org.apache.flink.client.cli that return ProgramOptionsModifier and TypeMethodDescriptionstatic ProgramOptionsProgramOptions.create(org.apache.commons.cli.CommandLine line) static ProgramOptionsProgramOptionsUtils.createPythonProgramOptions(org.apache.commons.cli.CommandLine line) Methods in org.apache.flink.client.cli with parameters of type ProgramOptionsModifier and TypeMethodDescriptionstatic <T> ExecutionConfigAccessorExecutionConfigAccessor.fromProgramOptions(ProgramOptions options, List<T> jobJars) Creates anExecutionConfigAccessorbased on the providedProgramOptionsas provided by the user through the CLI.