| Package | Description |
|---|---|
| org.elasticsearch.common.settings |
Settings based utility.
|
| org.elasticsearch.common.unit | |
| org.elasticsearch.threadpool |
| Modifier and Type | Method and Description |
|---|---|
SizeValue |
Settings.getAsSize(String[] settings,
SizeValue defaultValue)
Returns the setting value (as size) associated with the setting key.
|
SizeValue |
Settings.getAsSize(String setting,
SizeValue defaultValue)
Returns the setting value (as size) associated with the setting key.
|
| Modifier and Type | Method and Description |
|---|---|
SizeValue |
Settings.getAsSize(String[] settings,
SizeValue defaultValue)
Returns the setting value (as size) associated with the setting key.
|
SizeValue |
Settings.getAsSize(String setting,
SizeValue defaultValue)
Returns the setting value (as size) associated with the setting key.
|
| Modifier and Type | Method and Description |
|---|---|
static SizeValue |
SizeValue.parseSizeValue(String sValue) |
static SizeValue |
SizeValue.parseSizeValue(String sValue,
SizeValue defaultValue) |
static SizeValue |
SizeValue.readSizeValue(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
static SizeValue |
SizeValue.parseSizeValue(String sValue,
SizeValue defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
SizeValue |
ThreadPool.Info.getQueueSize() |
| Constructor and Description |
|---|
ThreadPool.Info(String name,
ThreadPool.ThreadPoolType type,
int min,
int max,
TimeValue keepAlive,
SizeValue queueSize) |
Copyright © 2009–2017. All rights reserved.