| Package | Description |
|---|---|
| org.hawkular.inventory.api.model |
| Modifier and Type | Method and Description |
|---|---|
static MetricUnit |
MetricUnit.fromDisplayName(String displayName) |
MetricUnit |
MetricType.getUnit() |
MetricUnit |
MetricType.Blueprint.getUnit() |
MetricUnit |
MetricType.Update.getUnit() |
static MetricUnit |
MetricUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricUnit[] |
MetricUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetricType.Blueprint.Builder |
MetricType.Blueprint.Builder.withUnit(MetricUnit unit) |
MetricType.Update.Builder |
MetricType.Update.Builder.withUnit(MetricUnit unit) |
| Constructor and Description |
|---|
Blueprint(String id,
MetricUnit unit,
MetricDataType type) |
Blueprint(String id,
MetricUnit unit,
MetricDataType type,
Map<String,Object> properties) |
MetricType(CanonicalPath path,
MetricUnit unit,
MetricDataType type) |
MetricType(CanonicalPath path,
MetricUnit unit,
MetricDataType type,
Map<String,Object> properties) |
Update(Map<String,Object> properties,
MetricUnit unit) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.