| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.settings |
Settings based utility.
|
| org.elasticsearch.common.unit |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RatioValue |
Settings.getAsRatio(String[] settings,
String defaultValue)
Returns the setting value (as a RatioValue) associated with the setting key.
|
RatioValue |
Settings.getAsRatio(String setting,
String defaultValue)
Returns the setting value (as a RatioValue) associated with the setting key.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static RatioValue |
RatioValue.parseRatioValue(String sValue)
Parses the provided string as a
RatioValue, the string can
either be in percentage format (eg. 73.5%), or a floating-point ratio
format (eg. 0.735) |
Copyright © 2009–2016. All rights reserved.