Class CliOptions
- java.lang.Object
-
- org.apache.flink.table.client.cli.CliOptions
-
- Direct Known Subclasses:
CliOptions.EmbeddedCliOptions,CliOptions.GatewayCliOptions
public class CliOptions extends Object
Command line options to configure the SQL client. Arguments that have not been specified by the user are null.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCliOptions.EmbeddedCliOptionsCommand option lines to configure SQL Client in the embedded mode.static classCliOptions.GatewayCliOptionsCommand option lines to configure SQL Client in the gateway mode.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHistoryFilePath()URLgetInitFile()PropertiesgetSessionConfig()StringgetSessionId()URLgetSqlFile()StringgetUpdateStatement()booleanisPrintHelp()
-
-
-
Method Detail
-
isPrintHelp
public boolean isPrintHelp()
-
getSessionId
public String getSessionId()
-
getHistoryFilePath
public String getHistoryFilePath()
-
getUpdateStatement
public String getUpdateStatement()
-
getSessionConfig
public Properties getSessionConfig()
-
-