Package org.elasticsearch.common.settings

Settings based utility.

See:
          Description

Interface Summary
Settings Immutable settings allowing to control the configuration.
Settings.Builder A settings builder interface.
SettingsFilter.Filter  
 

Class Summary
ImmutableSettings An immutable implementation of Settings.
ImmutableSettings.Builder A builder allowing to put different settings and then ImmutableSettings.Builder.build() an immutable settings implementation.
SettingsFilter  
SettingsModule A module that binds the provided settings to the Settings interface.
 

Exception Summary
NoClassSettingsException A specific type of SettingsException indicating failure to load a class based on a settings value.
SettingsException A generic failure to handle settings.
 

Package org.elasticsearch.common.settings Description

Settings based utility.



Copyright © 2009-2012. All Rights Reserved.