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
ConstructorsConstructorDescriptionSimpleThroughputMetricType
(String name, String serviceName, String byteCountMetricName) -
Method Summary
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
-
Constructor Details
-
SimpleThroughputMetricType
-
-
Method Details
-
getByteCountMetricType
- Specified by:
getByteCountMetricType
in interfaceThroughputMetricType
-