Uses of Class
org.elasticsearch.common.unit.SizeValue
-
Packages that use SizeValue Package Description org.elasticsearch.common.unit org.elasticsearch.threadpool -
-
Uses of SizeValue in org.elasticsearch.common.unit
Methods in org.elasticsearch.common.unit that return SizeValue Modifier and Type Method Description static SizeValueSizeValue. parseSizeValue(String sValue)static SizeValueSizeValue. parseSizeValue(String sValue, SizeValue defaultValue)Methods in org.elasticsearch.common.unit with parameters of type SizeValue Modifier and Type Method Description intSizeValue. compareTo(SizeValue other)static SizeValueSizeValue. parseSizeValue(String sValue, SizeValue defaultValue) -
Uses of SizeValue in org.elasticsearch.threadpool
Methods in org.elasticsearch.threadpool that return SizeValue Modifier and Type Method Description SizeValueThreadPool.Info. getQueueSize()Constructors in org.elasticsearch.threadpool with parameters of type SizeValue Constructor Description Info(String name, ThreadPool.ThreadPoolType type, int min, int max, TimeValue keepAlive, SizeValue queueSize)
-