public class Metric extends Object
| Constructor and Description | 
|---|
Metric(String metricName,
      String namespace,
      Set<Dimension> dimensions)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj) | 
Set<Dimension> | 
getDimensions()
return the available dimensions for the metric 
 | 
String | 
getMetricName()
return the metric name for the metric. 
 | 
String | 
getNamespace()
return the namespace for the metric 
 | 
int | 
hashCode() | 
String | 
toString() | 
Copyright © 2009-2013 jclouds. All Rights Reserved.