Class SimpleServiceMetricType
java.lang.Object
com.amazonaws.metrics.SimpleMetricType
com.amazonaws.metrics.SimpleServiceMetricType
- All Implemented Interfaces:
MetricType, ServiceMetricType
- Direct Known Subclasses:
SimpleThroughputMetricType
-
Field Summary
Fields inherited from interface ServiceMetricType
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX, DOWNLOAD_THROUGHPUT_NAME_SUFFIX, UPLOAD_BYTE_COUNT_NAME_SUFFIX, UPLOAD_THROUGHPUT_NAME_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SimpleMetricType
equals, hashCode, toString
-
Constructor Details
-
SimpleServiceMetricType
-
-
Method Details
-
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- Specified by:
namein classSimpleMetricType
-
getServiceName
- Specified by:
getServiceNamein interfaceServiceMetricType
-