public class SimpleThroughputMetricType extends SimpleServiceMetricType implements ThroughputMetricType
Modifier and Type | Field and Description |
---|---|
private ServiceMetricType |
byteCountMetricType |
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX, DOWNLOAD_THROUGHPUT_NAME_SUFFIX, UPLOAD_BYTE_COUNT_NAME_SUFFIX, UPLOAD_THROUGHPUT_NAME_SUFFIX
Constructor and Description |
---|
SimpleThroughputMetricType(java.lang.String name,
java.lang.String serviceName,
java.lang.String byteCountMetricName) |
Modifier and Type | Method and Description |
---|---|
ServiceMetricType |
getByteCountMetricType() |
getServiceName, name
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getServiceName
name
private final ServiceMetricType byteCountMetricType
public SimpleThroughputMetricType(java.lang.String name, java.lang.String serviceName, java.lang.String byteCountMetricName)
public ServiceMetricType getByteCountMetricType()
getByteCountMetricType
in interface ThroughputMetricType