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