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

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

Uses of ByteSizeUnit in org.elasticsearch.common.settings
 

Methods in org.elasticsearch.common.settings with parameters of type ByteSizeUnit
 ImmutableSettings.Builder ImmutableSettings.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
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.
 

Constructors in org.elasticsearch.common.unit with parameters of type ByteSizeUnit
ByteSizeValue(long size, ByteSizeUnit sizeUnit)
           
 



Copyright © 2009-2012. All Rights Reserved.