Class ConfigurationNotAllowedMessage
- java.lang.Object
-
- org.apache.flink.runtime.dispatcher.ConfigurationNotAllowedMessage
-
@Internal public class ConfigurationNotAllowedMessage extends Object
IfDeploymentOptions.PROGRAM_CONFIG_ENABLED
is disabled, this error denotes the not allowed configuration.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
ofConfigurationAdded(String configKey, String configValue)
static String
ofConfigurationChanged(String configKey, org.apache.flink.shaded.guava32.com.google.common.collect.MapDifference.ValueDifference<String> change)
static String
ofConfigurationObjectAdded(String configurationObject, String configKey, String configValue)
static String
ofConfigurationObjectChanged(String configurationObject, String configKey, org.apache.flink.shaded.guava32.com.google.common.collect.MapDifference.ValueDifference<String> change)
static String
ofConfigurationObjectRemoved(String configurationObject, String configKey, String configValue)
static String
ofConfigurationObjectSetterUsed(String configurationObject, String setter)
static String
ofConfigurationRemoved(String configKey, String configValue)
-
-
-
Method Detail
-
ofConfigurationAdded
public static String ofConfigurationAdded(String configKey, String configValue)
-
ofConfigurationRemoved
public static String ofConfigurationRemoved(String configKey, String configValue)
-
ofConfigurationChanged
public static String ofConfigurationChanged(String configKey, org.apache.flink.shaded.guava32.com.google.common.collect.MapDifference.ValueDifference<String> change)
-
ofConfigurationObjectAdded
public static String ofConfigurationObjectAdded(String configurationObject, String configKey, String configValue)
-
ofConfigurationObjectChanged
public static String ofConfigurationObjectChanged(String configurationObject, String configKey, org.apache.flink.shaded.guava32.com.google.common.collect.MapDifference.ValueDifference<String> change)
-
ofConfigurationObjectRemoved
public static String ofConfigurationObjectRemoved(String configurationObject, String configKey, String configValue)
-
-