Uses of Interface
org.apache.flink.table.client.gateway.Executor
Packages that use Executor
Package
Description
-
Uses of Executor in org.apache.flink.table.client.cli
Constructors in org.apache.flink.table.client.cli with parameters of type ExecutorModifierConstructorDescriptionCliClient(Supplier<org.jline.terminal.Terminal> terminalFactory, Executor executor, Path historyFilePath) Creates a CLI instance with a prepared terminal.CliClient(Supplier<org.jline.terminal.Terminal> terminalFactory, Executor executor, Path historyFilePath, org.jline.reader.MaskingCallback inputTransformer) Creates a CLI instance with a custom terminal.SqlCompleter(Executor executor) -
Uses of Executor in org.apache.flink.table.client.cli.parser
Constructors in org.apache.flink.table.client.cli.parser with parameters of type ExecutorModifierConstructorDescriptionSqlClientSyntaxHighlighter(Executor executor) SqlMultiLineParser(SqlCommandParser parser, Executor executor, CliClient.ExecutionMode mode) -
Uses of Executor in org.apache.flink.table.client.gateway
Classes in org.apache.flink.table.client.gateway that implement ExecutorModifier and TypeClassDescriptionclassExecutor to connect toSqlGatewayand execute statements.Methods in org.apache.flink.table.client.gateway that return ExecutorModifier and TypeMethodDescriptionstatic ExecutorExecutor.create(org.apache.flink.table.gateway.service.context.DefaultContext defaultContext, InetSocketAddress address, String sessionId) Create anExecutorto execute commands.static ExecutorExecutor.create(org.apache.flink.table.gateway.service.context.DefaultContext defaultContext, InetSocketAddress address, String sessionId, org.apache.flink.table.gateway.rest.util.RowFormat rowFormat) static ExecutorExecutor.create(org.apache.flink.table.gateway.service.context.DefaultContext defaultContext, URL address, String sessionId)