| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.client.gateway | |
| org.apache.flink.table.client.gateway.local |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
Executor.openSession(SessionContext session)
Open a new session by using the given
SessionContext. |
| 限定符和类型 | 方法和说明 |
|---|---|
SessionContext |
ExecutionContext.getOriginalSessionContext()
Get the
SessionContext when initialize the ExecutionContext. |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecutionContext.Builder |
ExecutionContext.builder(Environment defaultEnv,
SessionContext sessionContext,
List<URL> dependencies,
org.apache.flink.configuration.Configuration configuration,
org.apache.flink.client.deployment.ClusterClientServiceLoader serviceLoader,
org.apache.commons.cli.Options commandLineOptions,
List<org.apache.flink.client.cli.CustomCommandLine> commandLines)
Returns a builder for this
ExecutionContext. |
String |
LocalExecutor.openSession(SessionContext sessionContext) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.