Package org.elasticsearch.common.settings
package org.elasticsearch.common.settings
Settings based utility.
-
InterfaceDescriptionTransactional interface to update settings.An accessor for settings which are securely stored.Allows an affix setting to declare a dependency on another affix setting.Allows a setting to declare a dependency on another setting being set.Represents a validator for a setting.Represents the logic to upgrade a setting.
-
ClassDescriptionA basic setting service that can be used for per-index and per-cluster settings.Encapsulates all valid cluster level settings.Used to publish secure setting hashes in the cluster state and to validate those hashes against the local values of those same settings.Encapsulates all valid index level settings.A disk based container for sensitive settings in Elasticsearch.A secure setting.A String implementations which allows clearing the underlying char array.Setting<T>A setting.A key that allows for static pre and suffix.An immutable settings implementation.A builder allowing to put different settings and then
Settings.Builder.build()
an immutable settings implementation.A class that allows to filter settings objects by simple regular expression patterns or full settings keys.A module that binds the provided settings to theSettings
interface.A sub-command for the keystore CLI that enables upgrading the keystore format. -
ExceptionDescriptionA specific type of
SettingsException
indicating failure to load a class based on a settings value.A generic failure to handle settings.