Class SqlGatewayOptionsParser
java.lang.Object
org.apache.flink.table.gateway.cli.SqlGatewayOptionsParser
Parser to parse the command line options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.commons.cli.Optionstatic final org.apache.commons.cli.Option -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlGatewayOptionsparseSqlGatewayOptions(String[] args) static voidprintHelpSqlGateway(PrintStream writer) Prints the help for the client.
-
Field Details
-
OPTION_HELP
public static final org.apache.commons.cli.Option OPTION_HELP -
DYNAMIC_PROPERTY_OPTION
public static final org.apache.commons.cli.Option DYNAMIC_PROPERTY_OPTION
-
-
Constructor Details
-
SqlGatewayOptionsParser
public SqlGatewayOptionsParser()
-
-
Method Details
-
parseSqlGatewayOptions
-
printHelpSqlGateway
Prints the help for the client.
-