Class QMPHMetric

  • All Implemented Interfaces:
    Metric

    @Shorthand("QMPH")
    public class QMPHMetric
    extends NoQPHMetric
    The Query Mixes Per Hour Metric
    Author:
    f.conrads
    • Constructor Detail

      • QMPHMetric

        public QMPHMetric()
    • Method Detail

      • close

        public void close()
        Description copied from interface: Metric
        This method will be called, as soon as the associated Experiment Task is finished. Not all metrics are available for each test. Hence it should be implemented if the Metric cannot calculate the test results that it will just close itself without adding results. The MetricManager will try to close the Metric still, thus it should be checked if that was the case.
        Specified by:
        close in interface Metric
        Overrides:
        close in class NoQPHMetric