| 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 |
YamlSettingsLoader
Settings loader that loads (parses) the settings in a yaml format by flattening them
into a map.
|
Copyright © 2009–2017. All rights reserved.