Package | Description |
---|---|
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
com.amazonaws.metrics.internal.cloudwatch |
Modifier and Type | Field and Description |
---|---|
static ServiceMetricCollector |
ServiceMetricCollector.NONE
A convenient instance of a no-op service metric collector.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ServiceMetricCollector> |
AwsSdkMetrics.getServiceMetricCollector() |
Modifier and Type | Method and Description |
---|---|
ServiceMetricCollector |
ServiceMetricCollector.Factory.getServiceMetricCollector()
Returns an instance of the collector; or null if if failed to create
one.
|
abstract ServiceMetricCollector |
MetricCollector.getServiceMetricCollector() |
Modifier and Type | Class and Description |
---|---|
class |
ServiceMetricCollectorSupport
This is the default implementation of an AWS SDK service metric collection
system.
|
Modifier and Type | Method and Description |
---|---|
ServiceMetricCollector |
MetricCollectorSupport.getServiceMetricCollector() |