| Package | Description |
|---|---|
| org.apache.flink.table.client.config | |
| org.apache.flink.table.client.gateway | |
| org.apache.flink.table.client.gateway.local |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.clone() |
static Environment |
Environment.enrich(Environment env,
Map<String,String> properties)
Enriches an environment with new/modified properties and returns the new instance.
|
static Environment |
Environment.merge(Environment env1,
Environment env2)
Merges two environments.
|
static Environment |
Environment.parse(String content)
Parses an environment file from an String.
|
static Environment |
Environment.parse(URL url)
Parses an environment file from an URL.
|
| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.enrich(Environment env,
Map<String,String> properties)
Enriches an environment with new/modified properties and returns the new instance.
|
static Environment |
Environment.merge(Environment env1,
Environment env2)
Merges two environments.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
SessionContext.getSessionEnv() |
| Constructor and Description |
|---|
SessionContext(String sessionId,
Environment sessionEnv) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
ExecutionContext.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
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. |
<T> DynamicResult<T> |
ResultStore.createResult(Environment env,
org.apache.flink.table.api.TableSchema schema,
org.apache.flink.api.common.ExecutionConfig config)
Creates a result.
|
ExecutionContext.Builder |
ExecutionContext.Builder.env(Environment environment) |
| Constructor and Description |
|---|
LocalExecutor(Environment defaultEnvironment,
List<URL> dependencies,
org.apache.flink.configuration.Configuration flinkConfig,
org.apache.flink.client.cli.CustomCommandLine commandLine,
org.apache.flink.client.deployment.ClusterClientServiceLoader clusterClientServiceLoader)
Constructor for testing purposes.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.