Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.hbtop.field |
Modifier and Type | Field and Description |
---|---|
private Size.Unit |
Size.unit |
Modifier and Type | Method and Description |
---|---|
Size.Unit |
Size.getUnit()
Returns size unit
|
static Size.Unit |
Size.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Size.Unit[] |
Size.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
Size.get(Size.Unit unit)
get the value which is converted to specified unit.
|
Constructor and Description |
---|
Size(double value,
Size.Unit unit) |
Modifier and Type | Method and Description |
---|---|
private Size.Unit |
FieldValue.convertToUnit(String unitSimpleName) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.