Package | Description |
---|---|
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
Modifier and Type | Field and Description |
---|---|
static MetricCollector |
MetricCollector.NONE
A convenient instance of a no-op request metric collector.
|
Modifier and Type | Method and Description |
---|---|
static <T extends MetricCollector> |
AwsSdkMetrics.getMetricCollector() |
Modifier and Type | Method and Description |
---|---|
MetricCollector |
MetricCollector.Factory.getInstance()
Returns an instance of the collector; or null if if failed to create
one.
|
Modifier and Type | Method and Description |
---|---|
static void |
AwsSdkMetrics.setMetricCollector(MetricCollector mc)
Sets the metric collector to be used by the AWS SDK, and stop the
previously running collector used by the AWS SDK, if any.
|
Copyright © 2018. All rights reserved.