Class ConfigurationNotAllowedMessage
- java.lang.Object
-
- org.apache.flink.runtime.dispatcher.ConfigurationNotAllowedMessage
-
@Internal public class ConfigurationNotAllowedMessage extends Object
IfDeploymentOptions.PROGRAM_CONFIG_ENABLEDis disabled, this error denotes the not allowed configuration.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringofConfigurationAdded(String configKey, String configValue)static StringofConfigurationChanged(String configKey, org.apache.flink.shaded.guava33.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.guava33.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 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.guava33.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.guava33.com.google.common.collect.MapDifference.ValueDifference<String> change)
-
ofConfigurationObjectRemoved
public static String ofConfigurationObjectRemoved(String configurationObject, String configKey, String configValue)
-
-