Uses of Interface
org.apache.flink.client.cli.CustomCommandLine
-
Packages that use CustomCommandLine Package Description org.apache.flink.client.cli -
-
Uses of CustomCommandLine in org.apache.flink.client.cli
Classes in org.apache.flink.client.cli that implement CustomCommandLine Modifier and Type Class Description classAbstractCustomCommandLineBase class forCustomCommandLineimplementations which specify a JobManager address and a ZooKeeper namespace.classDefaultCLIThe default CLI which is used for interaction with standalone clusters.classGenericCLIA generic implementation of theCustomCommandLinethat only expects the execution.target parameter to be explicitly specified and simply forwards the rest of the options specified with -D to the correspondingPipelineExecutorfor further parsing.Methods in org.apache.flink.client.cli that return CustomCommandLine Modifier and Type Method Description CustomCommandLineCliFrontend. validateAndGetActiveCommandLine(org.apache.commons.cli.CommandLine commandLine)Gets the custom command-line for the arguments.Methods in org.apache.flink.client.cli that return types with arguments of type CustomCommandLine Modifier and Type Method Description static List<CustomCommandLine>CliFrontend. loadCustomCommandLines(org.apache.flink.configuration.Configuration configuration, String configurationDirectory)Methods in org.apache.flink.client.cli with parameters of type CustomCommandLine Modifier and Type Method Description protected booleanCliFrontend. isDeploymentTargetApplication(CustomCommandLine activeCustomCommandLine, org.apache.commons.cli.CommandLine commandLine)Method parameters in org.apache.flink.client.cli with type arguments of type CustomCommandLine Modifier and Type Method Description static voidCliFrontendParser. printHelp(Collection<CustomCommandLine> customCommandLines)Prints the help for the client.static voidCliFrontendParser. printHelpForCancel(Collection<CustomCommandLine> customCommandLines)static voidCliFrontendParser. printHelpForCheckpoint(Collection<CustomCommandLine> customCommandLines)static voidCliFrontendParser. printHelpForList(Collection<CustomCommandLine> customCommandLines)static voidCliFrontendParser. printHelpForRun(Collection<CustomCommandLine> customCommandLines)static voidCliFrontendParser. printHelpForSavepoint(Collection<CustomCommandLine> customCommandLines)static voidCliFrontendParser. printHelpForStop(Collection<CustomCommandLine> customCommandLines)Constructor parameters in org.apache.flink.client.cli with type arguments of type CustomCommandLine Constructor Description CliFrontend(org.apache.flink.configuration.Configuration configuration, List<CustomCommandLine> customCommandLines)CliFrontend(org.apache.flink.configuration.Configuration configuration, ClusterClientServiceLoader clusterClientServiceLoader, List<CustomCommandLine> customCommandLines)
-