Package | Description |
---|---|
org.elasticsearch.common.settings |
Settings based utility.
|
org.elasticsearch.common.unit |
Modifier and Type | Method and Description |
---|---|
ImmutableSettings.Builder |
ImmutableSettings.Builder.put(String setting,
long value,
ByteSizeUnit sizeUnit)
Sets the setting with the provided setting key and the size value.
|
Modifier and Type | Method and Description |
---|---|
static ByteSizeUnit |
ByteSizeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteSizeUnit[] |
ByteSizeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ByteSizeValue(long size,
ByteSizeUnit sizeUnit) |
Copyright © 2009–2015. All rights reserved.