public class MetricDefinition extends Object
| Constructor and Description |
|---|
MetricDefinition(org.hawkular.metrics.core.api.Metric<?> metric) |
MetricDefinition(String id,
Map<String,String> tags,
Integer dataRetention,
org.hawkular.metrics.core.api.MetricType<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getDataRetention() |
String |
getId() |
Map<String,String> |
getTags() |
String |
getTenantId() |
org.hawkular.metrics.core.api.MetricType<?> |
getType() |
int |
hashCode() |
String |
toString() |
public MetricDefinition(String id, Map<String,String> tags, Integer dataRetention, org.hawkular.metrics.core.api.MetricType<?> type)
public MetricDefinition(org.hawkular.metrics.core.api.Metric<?> metric)
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.