Package com.amazonaws.metrics
Class SimpleThroughputMetricType
- java.lang.Object
-
- com.amazonaws.metrics.SimpleMetricType
-
- com.amazonaws.metrics.SimpleServiceMetricType
-
- com.amazonaws.metrics.SimpleThroughputMetricType
-
- All Implemented Interfaces:
MetricType
,ServiceMetricType
,ThroughputMetricType
public class SimpleThroughputMetricType extends SimpleServiceMetricType implements ThroughputMetricType
-
-
Field Summary
-
Fields inherited from interface com.amazonaws.metrics.ServiceMetricType
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX, DOWNLOAD_THROUGHPUT_NAME_SUFFIX, UPLOAD_BYTE_COUNT_NAME_SUFFIX, UPLOAD_THROUGHPUT_NAME_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description SimpleThroughputMetricType(String name, String serviceName, String byteCountMetricName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceMetricType
getByteCountMetricType()
-
Methods inherited from class com.amazonaws.metrics.SimpleServiceMetricType
getServiceName, name
-
Methods inherited from class com.amazonaws.metrics.SimpleMetricType
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.amazonaws.metrics.MetricType
name
-
Methods inherited from interface com.amazonaws.metrics.ServiceMetricType
getServiceName
-
-
-
-
Method Detail
-
getByteCountMetricType
public ServiceMetricType getByteCountMetricType()
- Specified by:
getByteCountMetricType
in interfaceThroughputMetricType
-
-