Class DefaultMetricCollectorFactory
java.lang.Object
com.amazonaws.metrics.internal.cloudwatch.DefaultMetricCollectorFactory
- All Implemented Interfaces:
MetricCollector.Factory
The default AWS SDK metric collector factory. This class is instantiated
via reflection if the default AWS SDK metrics is enabled via the
system property
SDKGlobalConfiguration.DEFAULT_METRICS_SYSTEM_PROPERTY
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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.
-
Constructor Details
-
DefaultMetricCollectorFactory
public DefaultMetricCollectorFactory()
-
-
Method Details
-
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.- Specified by:
getInstance
in interfaceMetricCollector.Factory
-