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 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 SimpleServiceMetricType
getServiceName, nameMethods inherited from class SimpleMetricType
equals, hashCode, toStringMethods inherited from interface MetricType
nameMethods inherited from interface ServiceMetricType
getServiceName
-
Constructor Details
-
SimpleThroughputMetricType
-
-
Method Details
-
getByteCountMetricType
- Specified by:
getByteCountMetricTypein interfaceThroughputMetricType
-