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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricCollector
getInstance()
Returns an instance of the collector; or null if if failed to create one.
-
-
-
Method Detail
-
getInstance
MetricCollector getInstance()
Returns an instance of the collector; or null if if failed to create one.
-
-