| Package | Description |
|---|---|
| org.apache.flink.table.client.config | |
| org.apache.flink.table.client.gateway.context |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.clone()
Deprecated.
|
static Environment |
Environment.enrich(Environment env,
Map<String,String> properties)
Deprecated.
Enriches an environment with new/modified properties and returns the new instance.
|
static Environment |
Environment.merge(Environment env1,
Environment env2)
Deprecated.
Merges two environments.
|
static Environment |
Environment.parse(String content)
Deprecated.
Parses an environment file from an String.
|
static Environment |
Environment.parse(URL url)
Deprecated.
Parses an environment file from an URL.
|
| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.enrich(Environment env,
Map<String,String> properties)
Deprecated.
Enriches an environment with new/modified properties and returns the new instance.
|
static Environment |
Environment.merge(Environment env1,
Environment env2)
Deprecated.
Merges two environments.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
DefaultContext.getDefaultEnv() |
| Modifier and Type | Method and Description |
|---|---|
static void |
LegacyTableEnvironmentInitializer.initializeSessionState(org.apache.flink.table.api.TableEnvironment tableEnv,
Environment environment,
URLClassLoader classLoader)
Deprecated.
|
| Constructor and Description |
|---|
DefaultContext(Environment defaultEnv,
List<URL> dependencies,
org.apache.flink.configuration.Configuration flinkConfig,
List<org.apache.flink.client.cli.CustomCommandLine> commandLines) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.