Package | Description |
---|---|
org.elasticsearch.common.settings.loader |
Settings loader (parser) allowing to parse different "source" formats into
a
Settings . |
Modifier and Type | Class and Description |
---|---|
class |
JsonSettingsLoader
Settings loader that loads (parses) the settings in a json format by flattening them
into a map.
|
class |
PropertiesSettingsLoader
Settings loader that loads (parses) the settings in a properties format.
|
class |
XContentSettingsLoader
Settings loader that loads (parses) the settings in a xcontent format by flattening them
into a map.
|
class |
YamlSettingsLoader
Settings loader that loads (parses) the settings in a yaml format by flattening them
into a map.
|
Modifier and Type | Method and Description |
---|---|
static SettingsLoader |
SettingsLoaderFactory.loaderFromResource(String resourceName)
Returns a
SettingsLoader based on the resource name. |
static SettingsLoader |
SettingsLoaderFactory.loaderFromSource(String source)
Returns a
SettingsLoader based on the actual settings source. |
Copyright © 2009–2015. All rights reserved.