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