Uses of Interface
org.elasticsearch.common.settings.SettingUpgrader
-
Packages that use SettingUpgrader Package Description org.elasticsearch.common.settings org.elasticsearch.plugins org.elasticsearch.transport -
-
Uses of SettingUpgrader in org.elasticsearch.common.settings
Fields in org.elasticsearch.common.settings with type parameters of type SettingUpgrader Modifier and Type Field Description static List<SettingUpgrader<?>>ClusterSettings. BUILT_IN_SETTING_UPGRADERSConstructor parameters in org.elasticsearch.common.settings with type arguments of type SettingUpgrader Constructor Description SettingsModule(Settings settings, List<Setting<?>> additionalSettings, List<String> settingsFilter, Set<SettingUpgrader<?>> settingUpgraders) -
Uses of SettingUpgrader in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type SettingUpgrader Modifier and Type Method Description List<SettingUpgrader<?>>Plugin. getSettingUpgraders()Get the setting upgraders provided by this plugin. -
Uses of SettingUpgrader in org.elasticsearch.transport
Fields in org.elasticsearch.transport declared as SettingUpgrader Modifier and Type Field Description static SettingUpgrader<List<String>>RemoteClusterAware. SEARCH_REMOTE_CLUSTER_SEEDS_UPGRADERstatic SettingUpgrader<Boolean>RemoteClusterService. SEARCH_REMOTE_CLUSTER_SKIP_UNAVAILABLE_UPGRADERstatic SettingUpgrader<String>RemoteClusterAware. SEARCH_REMOTE_CLUSTERS_PROXY_UPGRADER
-