| Package | Description |
|---|---|
| org.apache.flink.table.client.cli | |
| org.apache.flink.table.client.gateway.local |
| Modifier and Type | Method and Description |
|---|---|
Executor |
CliClient.getExecutor() |
| Constructor and Description |
|---|
CliClient(SessionContext context,
Executor executor)
Creates a CLI instance with a prepared terminal.
|
CliClient(org.jline.terminal.Terminal terminal,
SessionContext context,
Executor executor)
Creates a CLI instance with a custom terminal.
|
SqlCompleter(SessionContext context,
Executor executor) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalExecutor
Executor that performs the Flink communication locally.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.