Package org.apache.hadoop.hbase.metrics
Interface MetricRegistryFactory
- All Known Implementing Classes:
MetricRegistryFactoryImpl
A Factory for creating MetricRegistries. This is the main plugin point for metrics implementation
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(MetricRegistryInfo info) Create a MetricRegistry from the given MetricRegistryInfo
-
Method Details
-
create
Create a MetricRegistry from the given MetricRegistryInfo- Parameters:
info
- the descriptor for MetricRegistry- Returns:
- a MetricRegistry implementation
-