Uses of Class
org.apache.flink.table.client.cli.CliOptions
-
Packages that use CliOptions Package Description org.apache.flink.table.client org.apache.flink.table.client.cli -
-
Uses of CliOptions in org.apache.flink.table.client
Constructors in org.apache.flink.table.client with parameters of type CliOptions Constructor Description SqlClient(boolean isGatewayMode, CliOptions options, java.util.function.Supplier<org.jline.terminal.Terminal> terminalFactory) -
Uses of CliOptions in org.apache.flink.table.client.cli
Subclasses of CliOptions in org.apache.flink.table.client.cli 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.Methods in org.apache.flink.table.client.cli that return CliOptions Modifier and Type Method Description static CliOptionsCliOptionsParser. parseGatewayModeClient(String[] args)
-