Package org.aksw.iguana.cc.metrics.impl
Class NoQPH
java.lang.Object
org.aksw.iguana.cc.metrics.Metric
org.aksw.iguana.cc.metrics.impl.NoQPH
- All Implemented Interfaces:
TaskMetric,WorkerMetric
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateTaskMetric(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) calculateWorkerMetric(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) Methods inherited from class org.aksw.iguana.cc.metrics.Metric
getAbbreviation, getDescription, getName
-
Constructor Details
-
NoQPH
public NoQPH()
-
-
Method Details
-
calculateTaskMetric
public Number calculateTaskMetric(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) - Specified by:
calculateTaskMetricin interfaceTaskMetric
-
calculateWorkerMetric
public Number calculateWorkerMetric(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) - Specified by:
calculateWorkerMetricin interfaceWorkerMetric
-