Class ConfigurationNotAllowedMessage
java.lang.Object
org.apache.flink.runtime.dispatcher.ConfigurationNotAllowedMessage
If
DeploymentOptions.PROGRAM_CONFIG_ENABLED is disabled, this error denotes the not
allowed configuration.-
Method Summary
Modifier and TypeMethodDescriptionstatic StringofConfigurationAdded(String configKey, String configValue) static StringofConfigurationChanged(String configKey, org.apache.flink.shaded.guava32.com.google.common.collect.MapDifference.ValueDifference<String> change) static StringofConfigurationObjectAdded(String configurationObject, String configKey, String configValue) static StringofConfigurationObjectChanged(String configurationObject, String configKey, org.apache.flink.shaded.guava32.com.google.common.collect.MapDifference.ValueDifference<String> change) static StringofConfigurationObjectRemoved(String configurationObject, String configKey, String configValue) static StringofConfigurationObjectSetterUsed(String configurationObject, String setter) static StringofConfigurationRemoved(String configKey, String configValue)
-
Method Details
-
ofConfigurationAdded
-
ofConfigurationRemoved
-
ofConfigurationChanged
-
ofConfigurationObjectAdded
-
ofConfigurationObjectChanged
-
ofConfigurationObjectRemoved
-
ofConfigurationObjectSetterUsed
-