Class ConfigurationNotAllowedMessage


  • @Internal
    public class ConfigurationNotAllowedMessage
    extends Object
    If DeploymentOptions.PROGRAM_CONFIG_ENABLED is disabled, this error denotes the not allowed configuration.
    • 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)
      • ofConfigurationObjectSetterUsed

        public static String ofConfigurationObjectSetterUsed​(String configurationObject,
                                                             String setter)