Uses of Class
com.amazonaws.metrics.MetricCollector
-
Packages that use MetricCollector Package Description com.amazonaws.metrics Classes used to support the AWS SDK metrics API.com.amazonaws.metrics.internal.cloudwatch -
-
Uses of MetricCollector in com.amazonaws.metrics
Fields in com.amazonaws.metrics declared as MetricCollector Modifier and Type Field Description static MetricCollector
MetricCollector. NONE
A convenient instance of a no-op request metric collector.Methods in com.amazonaws.metrics with type parameters of type MetricCollector Modifier and Type Method Description static <T extends MetricCollector>
TAwsSdkMetrics. getMetricCollector()
Methods in com.amazonaws.metrics that return MetricCollector Modifier and Type Method Description MetricCollector
MetricCollector.Factory. getInstance()
Returns an instance of the collector; or null if if failed to create one.Methods in com.amazonaws.metrics with parameters of type MetricCollector Modifier and Type Method 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. -
Uses of MetricCollector in com.amazonaws.metrics.internal.cloudwatch
Subclasses of MetricCollector in com.amazonaws.metrics.internal.cloudwatch Modifier and Type Class Description class
MetricCollectorSupport
This is the default implementation of an AWS SDK request metric collection system.Methods in com.amazonaws.metrics.internal.cloudwatch that return MetricCollector Modifier and Type Method Description MetricCollector
DefaultMetricCollectorFactory. getInstance()
Returns a instance of the Amazon CloudWatch request metric collector either by starting up a new one or returning an existing one if it's already started; null if any failure.
-