Package | Description |
---|---|
org.ovirt.engine.api.model | |
org.ovirt.engine.api.restapi.resource |
Modifier and Type | Field and Description |
---|---|
protected StatisticUnit |
Statistic.unit |
Modifier and Type | Method and Description |
---|---|
static StatisticUnit |
StatisticUnit.fromValue(String v) |
StatisticUnit |
Statistic.getUnit()
Gets the value of the unit property.
|
static StatisticUnit |
StatisticUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticUnit[] |
StatisticUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Statistic.setUnit(StatisticUnit value)
Sets the value of the unit property.
|
Modifier and Type | Field and Description |
---|---|
protected static StatisticUnit |
AbstractStatisticalQuery.BITS_PER_SECOND |
protected static StatisticUnit |
AbstractStatisticalQuery.BYTES |
protected static StatisticUnit |
AbstractStatisticalQuery.BYTES_PER_SECOND |
protected static StatisticUnit |
AbstractStatisticalQuery.NONE |
protected static StatisticUnit |
AbstractStatisticalQuery.PERCENT |
Modifier and Type | Method and Description |
---|---|
static Statistic |
AbstractStatisticalQuery.create(String name,
String description,
StatisticType type,
StatisticUnit unit,
ValueType valueType) |
Copyright © 2012. All Rights Reserved.