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