| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.settings.loader |
Settings loader (parser) allowing to parse different "source" formats into
a
Settings. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
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–2016. All rights reserved.