Uses of Class
org.apache.flink.client.cli.CliArgsException
-
Packages that use CliArgsException Package Description org.apache.flink.client.cli -
-
Uses of CliArgsException in org.apache.flink.client.cli
Methods in org.apache.flink.client.cli with parameters of type CliArgsException Modifier and Type Method Description static intAbstractCustomCommandLine. handleCliArgsException(CliArgsException e, org.slf4j.Logger logger)Methods in org.apache.flink.client.cli that throw CliArgsException Modifier and Type Method Description static ProgramOptionsProgramOptions. create(org.apache.commons.cli.CommandLine line)static ProgramOptionsProgramOptionsUtils. createPythonProgramOptions(org.apache.commons.cli.CommandLine line)org.apache.commons.cli.CommandLineCliFrontend. getCommandLine(org.apache.commons.cli.Options commandOptions, String[] args, boolean stopAtNonOptions)static org.apache.commons.cli.CommandLineCliFrontendParser. parse(org.apache.commons.cli.Options options, String[] args, boolean stopAtNonOptions)default org.apache.commons.cli.CommandLineCustomCommandLine. parseCommandLineOptions(String[] args, boolean stopAtNonOptions)voidProgramOptions. validate()Constructors in org.apache.flink.client.cli that throw CliArgsException Constructor Description CheckpointOptions(org.apache.commons.cli.CommandLine line)ProgramOptions(org.apache.commons.cli.CommandLine line)
-