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(String sessionId,
Executor executor,
Path historyFilePath)
Creates a CLI instance with a prepared terminal.
|
CliClient(org.jline.terminal.Terminal terminal,
String sessionId,
Executor executor,
Path historyFilePath)
Creates a CLI instance with a custom terminal.
|
CliTableauResultView(org.jline.terminal.Terminal terminal,
Executor sqlExecutor,
String sessionId,
ResultDescriptor resultDescriptor) |
SqlCompleter(String sessionId,
Executor executor) |
Modifier and Type | Class and Description |
---|---|
class |
LocalExecutor
Executor that performs the Flink communication locally.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.