com.amazonaws.metrics
Class SimpleThroughputMetricType

java.lang.Object
  extended by com.amazonaws.metrics.SimpleMetricType
      extended by com.amazonaws.metrics.SimpleServiceMetricType
          extended by 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
SimpleThroughputMetricType(String name, String serviceName, String byteCountMetricName)
           
 
Method Summary
 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.ServiceMetricType
getServiceName
 
Methods inherited from interface com.amazonaws.metrics.MetricType
name
 

Constructor Detail

SimpleThroughputMetricType

public SimpleThroughputMetricType(String name,
                                  String serviceName,
                                  String byteCountMetricName)
Method Detail

getByteCountMetricType

public ServiceMetricType getByteCountMetricType()
Specified by:
getByteCountMetricType in interface ThroughputMetricType


Copyright © 2016. All rights reserved.