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.
  • Method Details

    • isPrintHelp

      public boolean isPrintHelp()
    • getSessionId

      public String getSessionId()
    • getInitFile

      @Nullable public URI getInitFile()
    • getSqlFile

      @Nullable public URI getSqlFile()
    • getHistoryFilePath

      public String getHistoryFilePath()
    • getSessionConfig

      public Properties getSessionConfig()