Package org.apache.cassandra.metrics
Interface MetricNameFactory
- All Known Implementing Classes:
AutoRepairMetrics.AutoRepairMetricsFactory,DefaultNameFactory
public interface MetricNameFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateMetricName(String metricName) Create a qualified name from given metric name.
-
Method Details
-
createMetricName
Create a qualified name from given metric name.- Parameters:
metricName- part of qualified name.- Returns:
- new String with given metric name.
-