java.lang.Object
org.elasticsearch.common.settings.BaseSettingsUpdater
org.elasticsearch.common.settings.SettingsUpdater
Updates transient and persistent cluster state settings if there are any changes
due to the update.
-
Field Summary
Fields inherited from class org.elasticsearch.common.settings.BaseSettingsUpdater
scopedSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionupdateSettings
(ClusterState currentState, Settings transientToApply, Settings persistentToApply, org.apache.logging.log4j.Logger logger) Methods inherited from class org.elasticsearch.common.settings.BaseSettingsUpdater
partitionKnownAndValidSettings
-
Constructor Details
-
SettingsUpdater
-
-
Method Details
-
getTransientUpdates
-
getPersistentUpdate
-
updateSettings
public ClusterState updateSettings(ClusterState currentState, Settings transientToApply, Settings persistentToApply, org.apache.logging.log4j.Logger logger)
-