| Package | Description |
|---|---|
| org.apache.flink.table.client.config | |
| org.apache.flink.table.client.config.entries |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEntry |
Environment.getDeployment()
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static DeploymentEntry |
DeploymentEntry.DEFAULT_INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentEntry |
DeploymentEntry.create(Map<String,Object> config)
Deprecated.
|
static DeploymentEntry |
DeploymentEntry.enrich(DeploymentEntry deployment,
Map<String,String> prefixedProperties)
Deprecated.
Creates a new deployment entry enriched with additional properties that are prefixed with
Environment.DEPLOYMENT_ENTRY. |
static DeploymentEntry |
DeploymentEntry.merge(DeploymentEntry deployment1,
DeploymentEntry deployment2)
Deprecated.
Merges two deployments entries.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentEntry |
DeploymentEntry.enrich(DeploymentEntry deployment,
Map<String,String> prefixedProperties)
Deprecated.
Creates a new deployment entry enriched with additional properties that are prefixed with
Environment.DEPLOYMENT_ENTRY. |
static DeploymentEntry |
DeploymentEntry.merge(DeploymentEntry deployment1,
DeploymentEntry deployment2)
Deprecated.
Merges two deployments entries.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.