Uses of Interface
org.apache.flink.client.cli.CustomCommandLine
Packages that use CustomCommandLine
-
Uses of CustomCommandLine in org.apache.flink.client.cli
Classes in org.apache.flink.client.cli that implement CustomCommandLineModifier and TypeClassDescriptionclassBase class forCustomCommandLineimplementations which specify a JobManager address and a ZooKeeper namespace.classThe default CLI which is used for interaction with standalone clusters.classA 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 CustomCommandLineModifier and TypeMethodDescriptionCliFrontend.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 CustomCommandLineModifier and TypeMethodDescriptionstatic List<CustomCommandLine>CliFrontend.loadCustomCommandLines(org.apache.flink.configuration.Configuration configuration, String configurationDirectory) Methods in org.apache.flink.client.cli with parameters of type CustomCommandLineModifier and TypeMethodDescriptionprotected booleanCliFrontend.isDeploymentTargetApplication(CustomCommandLine activeCustomCommandLine, org.apache.commons.cli.CommandLine commandLine) Method parameters in org.apache.flink.client.cli with type arguments of type CustomCommandLineModifier and TypeMethodDescriptionstatic 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 CustomCommandLineModifierConstructorDescriptionCliFrontend(org.apache.flink.configuration.Configuration configuration, List<CustomCommandLine> customCommandLines) CliFrontend(org.apache.flink.configuration.Configuration configuration, ClusterClientServiceLoader clusterClientServiceLoader, List<CustomCommandLine> customCommandLines)