Class MetricRegistryFactoryImpl
java.lang.Object
org.apache.hadoop.hbase.metrics.impl.MetricRegistryFactoryImpl
- All Implemented Interfaces:
MetricRegistryFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(MetricRegistryInfo info) Create a MetricRegistry from the given MetricRegistryInfo
-
Constructor Details
-
MetricRegistryFactoryImpl
public MetricRegistryFactoryImpl()
-
-
Method Details
-
create
Description copied from interface:MetricRegistryFactory
Create a MetricRegistry from the given MetricRegistryInfo- Specified by:
create
in interfaceMetricRegistryFactory
- Parameters:
info
- the descriptor for MetricRegistry- Returns:
- a MetricRegistry implementation
-