Class StresstestResultProcessor

java.lang.Object
org.aksw.iguana.cc.tasks.impl.StresstestResultProcessor

public class StresstestResultProcessor extends Object
  • Constructor Details

  • Method Details

    • process

      public void process(Collection<HttpWorker.Result> data)
      This method stores the given query executions statistics from a worker to their appropriate data location.
      Parameters:
      data - the query execution statistics that should be stored
    • calculateAndSaveMetrics

      public void calculateAndSaveMetrics(Calendar start, Calendar end)
      This method calculates the metrics and creates the RDF model of the result, which will be sent to the storages. It uses the given data that was passed with the 'processQueryExecutions' method.
      Parameters:
      start - the start date of the task
      end - the end date of the task