程序包 | 说明 |
---|---|
org.apache.hadoop.hbase |
限定符和类型 | 方法和说明 |
---|---|
Size.Unit |
Size.getUnit() |
static Size.Unit |
Size.Unit.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Size.Unit[] |
Size.Unit.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
double |
Size.get(Size.Unit unit)
get the value which is converted to specified unit.
|
构造器和说明 |
---|
Size(double value,
Size.Unit unit) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.