Package org.elasticsearch.common.settings
package org.elasticsearch.common.settings
Settings based utility.
-
ClassDescriptionA basic setting service that can be used for per-index and per-cluster settings.Transactional interface to update 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 specific type of
SettingsException
indicating failure to load a class based on a settings value.A secure setting.An accessor for settings which are securely stored.A String implementations which allows clearing the underlying char array.Setting<T>A setting.A key that allows for static pre and suffix.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.An immutable settings implementation.A builder allowing to put different settings and thenSettings.Builder.build()
an immutable settings implementation.A generic failure to handle settings.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.Represents the logic to upgrade a setting.A sub-command for the keystore CLI that enables upgrading the keystore format.