| Package | Description |
|---|---|
| org.apache.flink.table.client.config | |
| org.apache.flink.table.client.config.entries |
| Modifier and Type | Method and Description |
|---|---|
ExecutionEntry |
Environment.getExecution()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.configuration.Configuration |
YamlConfigUtils.convertExecutionEntryToConfiguration(ExecutionEntry execution)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionEntry |
ExecutionEntry.DEFAULT_INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionEntry |
ExecutionEntry.create(Map<String,Object> config)
Deprecated.
|
static ExecutionEntry |
ExecutionEntry.enrich(ExecutionEntry execution,
Map<String,String> prefixedProperties)
Deprecated.
Creates a new execution entry enriched with additional properties that are prefixed with
Environment.EXECUTION_ENTRY. |
static ExecutionEntry |
ExecutionEntry.merge(ExecutionEntry execution1,
ExecutionEntry execution2)
Deprecated.
Merges two execution entries.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionEntry |
ExecutionEntry.enrich(ExecutionEntry execution,
Map<String,String> prefixedProperties)
Deprecated.
Creates a new execution entry enriched with additional properties that are prefixed with
Environment.EXECUTION_ENTRY. |
static ExecutionEntry |
ExecutionEntry.merge(ExecutionEntry execution1,
ExecutionEntry execution2)
Deprecated.
Merges two execution entries.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.