Class ControlMetric


  • public class ControlMetric
    extends java.lang.Object
    Include various control plane metrics.
    • Constructor Detail

      • ControlMetric

        public ControlMetric​(ControlMetricType metricType,
                             MetricValue metricValue)
        Constructs a control metric using the given control metric type and metric value.
        Parameters:
        metricType - metric type reference
        metricValue - metric value reference
    • Method Detail

      • metricType

        public ControlMetricType metricType()
        Returns metric type reference.
        Returns:
        metric type reference
      • metricValue

        public MetricValue metricValue()
        Returns metric value reference.
        Returns:
        metric value reference