Class ClusterSettings

java.lang.Object
org.elasticsearch.common.settings.AbstractScopedSettings
org.elasticsearch.common.settings.ClusterSettings

public final class ClusterSettings extends AbstractScopedSettings
Encapsulates all valid cluster level settings.
  • Field Details

    • BUILT_IN_CLUSTER_SETTINGS

      public static Set<Setting<?>> BUILT_IN_CLUSTER_SETTINGS
    • BUILT_IN_SETTING_UPGRADERS

      public static List<SettingUpgrader<?>> BUILT_IN_SETTING_UPGRADERS
  • Constructor Details