| AbstractScopedSettings |
A basic setting service that can be used for per-index and per-cluster settings.
|
| ClusterSettings |
Encapsulates all valid cluster level settings.
|
| ConsistentSettingsService |
Used to publish secure setting hashes in the cluster state and to validate those hashes against the local values of those same settings.
|
| IndexScopedSettings |
Encapsulates all valid index level settings.
|
| KeyStoreWrapper |
A disk based container for sensitive settings in Elasticsearch.
|
| SecureSetting<T> |
A secure setting.
|
| SecureString |
A String implementations which allows clearing the underlying char array.
|
| Setting<T> |
A setting.
|
| Setting.AffixKey |
A key that allows for static pre and suffix.
|
| Setting.AffixSetting<T> |
|
| Setting.GroupKey |
|
| Setting.ListKey |
|
| Setting.SimpleKey |
|
| Settings |
An immutable settings implementation.
|
| Settings.Builder |
|
| SettingsFilter |
A class that allows to filter settings objects by simple regular expression patterns or full settings keys.
|
| SettingsModule |
A module that binds the provided settings to the Settings interface.
|