Uses of Class
org.elasticsearch.common.settings.AbstractScopedSettings
-
Packages that use AbstractScopedSettings Package Description org.elasticsearch.common.settings -
-
Uses of AbstractScopedSettings in org.elasticsearch.common.settings
Subclasses of AbstractScopedSettings in org.elasticsearch.common.settings Modifier and Type Class Description classClusterSettingsEncapsulates all valid cluster level settings.classIndexScopedSettingsEncapsulates all valid index level settings.Constructors in org.elasticsearch.common.settings with parameters of type AbstractScopedSettings Constructor Description AbstractScopedSettings(Settings nodeSettings, Settings scopeSettings, AbstractScopedSettings other)
-