Interface MetricNameFactory

All Known Implementing Classes:
AutoRepairMetrics.AutoRepairMetricsFactory, DefaultNameFactory

public interface MetricNameFactory
  • Method Details

    • createMetricName

      CassandraMetricsRegistry.MetricName createMetricName(String metricName)
      Create a qualified name from given metric name.
      Parameters:
      metricName - part of qualified name.
      Returns:
      new String with given metric name.