| Package | Description |
|---|---|
| org.hawkular.metrics.client.common |
| Modifier and Type | Method and Description |
|---|---|
static MetricType |
MetricType.from(String type) |
MetricType |
SingleMetric.getMetricType() |
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SingleMetric(String source,
long timestamp,
Double value,
MetricType metricType) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.