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 booleanequals(Object o)inthashCode()abstract Stringname()Non-null name of the metric type.StringtoString()
-
-
-
Method Detail
-
name
public abstract String name()
Description copied from interface:MetricTypeNon-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:
namein interfaceMetricType
-
-