Package com.amazonaws.metrics
Interface ServiceMetricType
-
- All Superinterfaces:
MetricType
- All Known Subinterfaces:
ThroughputMetricType
- All Known Implementing Classes:
AWSServiceMetrics,S3ServiceMetric,SimpleServiceMetricType,SimpleThroughputMetricType
public interface ServiceMetricType extends MetricType
Service specific Metric type (eg S3, DynamoDB, etc.)
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOWNLOAD_BYTE_COUNT_NAME_SUFFIXstatic StringDOWNLOAD_THROUGHPUT_NAME_SUFFIXstatic StringUPLOAD_BYTE_COUNT_NAME_SUFFIXstatic StringUPLOAD_THROUGHPUT_NAME_SUFFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetServiceName()-
Methods inherited from interface com.amazonaws.metrics.MetricType
name
-
-
-
-
Field Detail
-
UPLOAD_THROUGHPUT_NAME_SUFFIX
static final String UPLOAD_THROUGHPUT_NAME_SUFFIX
- See Also:
- Constant Field Values
-
UPLOAD_BYTE_COUNT_NAME_SUFFIX
static final String UPLOAD_BYTE_COUNT_NAME_SUFFIX
- See Also:
- Constant Field Values
-
DOWNLOAD_THROUGHPUT_NAME_SUFFIX
static final String DOWNLOAD_THROUGHPUT_NAME_SUFFIX
- See Also:
- Constant Field Values
-
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX
static final String DOWNLOAD_BYTE_COUNT_NAME_SUFFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getServiceName
String getServiceName()
-
-