| 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 |
|---|---|
static Environment |
Environment.enrich(Environment env,
Map<String,String> properties,
Map<String,ViewEntry> views)
Enriches an environment with new/modified properties or views 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,
Map<String,ViewEntry> views)
Enriches an environment with new/modified properties or views and returns the new instance.
|
static Environment |
Environment.merge(Environment env1,
Environment env2)
Merges two environments.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
SessionContext.getEnvironment() |
| Constructor and Description |
|---|
SessionContext(String name,
Environment defaultEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
ExecutionContext.getMergedEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
<T> DynamicResult<T> |
ResultStore.createResult(Environment env,
org.apache.flink.table.api.TableSchema schema,
org.apache.flink.api.common.ExecutionConfig config)
Creates a result.
|
| Constructor and Description |
|---|
ExecutionContext(Environment defaultEnvironment,
SessionContext sessionContext,
List<URL> dependencies,
org.apache.flink.configuration.Configuration flinkConfig,
org.apache.commons.cli.Options commandLineOptions,
List<org.apache.flink.client.cli.CustomCommandLine<?>> availableCommandLines) |
LocalExecutor(Environment defaultEnvironment,
List<URL> dependencies,
org.apache.flink.configuration.Configuration flinkConfig,
org.apache.flink.client.cli.CustomCommandLine<?> commandLine)
Constructor for testing purposes.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.