Uses of Class
org.elasticsearch.common.unit.SizeValue

Packages that use SizeValue
org.elasticsearch.common.settings Settings based utility. 
org.elasticsearch.common.unit   
org.elasticsearch.threadpool   
 

Uses of SizeValue in org.elasticsearch.common.settings
 

Methods in org.elasticsearch.common.settings that return SizeValue
 SizeValue ImmutableSettings.getAsSize(String setting, SizeValue defaultValue)
           
 SizeValue Settings.getAsSize(String setting, SizeValue defaultValue)
          Returns the setting value (as size) associated with the setting key.
 

Methods in org.elasticsearch.common.settings with parameters of type SizeValue
 SizeValue ImmutableSettings.getAsSize(String setting, SizeValue defaultValue)
           
 SizeValue Settings.getAsSize(String setting, SizeValue defaultValue)
          Returns the setting value (as size) associated with the setting key.
 

Uses of SizeValue in org.elasticsearch.common.unit
 

Methods in org.elasticsearch.common.unit that return SizeValue
static SizeValue SizeValue.parseSizeValue(String sValue)
           
static SizeValue SizeValue.parseSizeValue(String sValue, SizeValue defaultValue)
           
static SizeValue SizeValue.readSizeValue(StreamInput in)
           
 

Methods in org.elasticsearch.common.unit with parameters of type SizeValue
static SizeValue SizeValue.parseSizeValue(String sValue, SizeValue defaultValue)
           
 

Uses of SizeValue in org.elasticsearch.threadpool
 

Methods in org.elasticsearch.threadpool that return SizeValue
 SizeValue ThreadPool.Info.capacity()
           
 SizeValue ThreadPool.Info.getCapacity()
           
 

Constructors in org.elasticsearch.threadpool with parameters of type SizeValue
ThreadPool.Info(String name, String type, int min, int max, TimeValue keepAlive, SizeValue capacity)
           
 



Copyright © 2009-2012. All Rights Reserved.