Package com.amazonaws.metrics
Class SimpleMetricType
- java.lang.Object
-
- com.amazonaws.metrics.SimpleMetricType
-
- All Implemented Interfaces:
MetricType
- Direct Known Subclasses:
S3ServiceMetric
,SimpleServiceMetricType
public abstract class SimpleMetricType extends Object implements MetricType
-
-
Constructor Summary
Constructors Constructor Description SimpleMetricType()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
abstract String
name()
Non-null name of the metric type.String
toString()
-
-
-
Method Detail
-
name
public abstract String name()
Description copied from interface:MetricType
Non-null name of the metric type. Used to uniquely identify the metric type. Therefore, the name returned must be globally unique across all metric types that implement this interface.- Specified by:
name
in interfaceMetricType
-
-