Uses of Class
com.amazonaws.metrics.MetricCollector
Packages that use MetricCollector
Package
Description
Classes used to support the AWS SDK metrics API.
-
Uses of MetricCollector in com.amazonaws.metrics
Fields in com.amazonaws.metrics declared as MetricCollectorModifier and TypeFieldDescriptionstatic final MetricCollector
MetricCollector.NONE
A convenient instance of a no-op request metric collector.Methods in com.amazonaws.metrics with type parameters of type MetricCollectorModifier and TypeMethodDescriptionstatic <T extends MetricCollector>
TAwsSdkMetrics.getMetricCollector()
Methods in com.amazonaws.metrics that return MetricCollectorModifier and TypeMethodDescriptionMetricCollector.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 MetricCollectorModifier and TypeMethodDescriptionstatic 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.cloudwatchModifier and TypeClassDescriptionclass
This is the default implementation of an AWS SDK request metric collection system.Methods in com.amazonaws.metrics.internal.cloudwatch that return MetricCollectorModifier and TypeMethodDescriptionDefaultMetricCollectorFactory.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.