Package com.amazonaws.metrics
Interface MetricCollector.Factory
- All Known Implementing Classes:
DefaultMetricCollectorFactory
- Enclosing class:
MetricCollector
public static interface MetricCollector.Factory
Can be used to serve as a factory for the request metric collector.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of the collector; or null if if failed to create one.
-
Method Details
-
getInstance
MetricCollector getInstance()Returns an instance of the collector; or null if if failed to create one.
-