Uses of Class
org.elasticsearch.common.unit.ByteSizeUnit
-
Packages that use ByteSizeUnit Package Description org.elasticsearch.common.settings org.elasticsearch.common.unit -
-
Uses of ByteSizeUnit in org.elasticsearch.common.settings
Methods in org.elasticsearch.common.settings with parameters of type ByteSizeUnit Modifier and Type Method Description Settings.BuilderSettings.Builder. put(String setting, long value, ByteSizeUnit sizeUnit)Sets the setting with the provided setting key and the size value. -
Uses of ByteSizeUnit in org.elasticsearch.common.unit
Methods in org.elasticsearch.common.unit that return ByteSizeUnit Modifier and Type Method Description static ByteSizeUnitByteSizeUnit. fromId(int id)static ByteSizeUnitByteSizeUnit. readFrom(StreamInput in)Reads aByteSizeUnitfrom a givenStreamInputstatic ByteSizeUnitByteSizeUnit. 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.Constructors in org.elasticsearch.common.unit with parameters of type ByteSizeUnit Constructor Description ByteSizeValue(long size, ByteSizeUnit unit)
-