| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.settings |
Settings based utility.
|
| org.elasticsearch.common.unit |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Settings.Builder |
Settings.Builder.put(String setting,
long value,
ByteSizeUnit sizeUnit)
Sets the setting with the provided setting key and the size value.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ByteSizeUnit |
ByteSizeUnit.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ByteSizeUnit[] |
ByteSizeUnit.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| コンストラクタと説明 |
|---|
ByteSizeValue(long size,
ByteSizeUnit sizeUnit) |
Copyright © 2009–2016. All rights reserved.