Package | Description |
---|---|
org.ovirt.engine.api.model | |
org.ovirt.engine.api.restapi.resource |
Modifier and Type | Field and Description |
---|---|
protected StatisticType |
Statistic.type |
Modifier and Type | Method and Description |
---|---|
static StatisticType |
StatisticType.fromValue(String v) |
StatisticType |
Statistic.getType()
Gets the value of the type property.
|
static StatisticType |
StatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticType[] |
StatisticType.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.setType(StatisticType value)
Sets the value of the type property.
|
Modifier and Type | Field and Description |
---|---|
protected static StatisticType |
AbstractStatisticalQuery.COUNTER |
protected static StatisticType |
AbstractStatisticalQuery.GAUGE |
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.