Uses of Class
org.aksw.iguana.cc.worker.HttpWorker
Package
Description
-
Uses of HttpWorker in org.aksw.iguana.cc.metrics
Modifier and TypeMethodDescriptionTaskMetric.calculateTaskMetric
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) default org.apache.jena.rdf.model.Model
ModelWritingMetric.createMetricModel
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory) default org.apache.jena.rdf.model.Model
ModelWritingMetric.createMetricModel
(List<HttpWorker> workers, Map<String, List<HttpWorker.ExecutionStats>> data, IRES.Factory iresFactory) -
Uses of HttpWorker in org.aksw.iguana.cc.metrics.impl
Modifier and TypeMethodDescriptionAvgQPS.calculateTaskMetric
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) NoQ.calculateTaskMetric
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) NoQPH.calculateTaskMetric
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) PAvgQPS.calculateTaskMetric
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) QMPH.calculateTaskMetric
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) org.apache.jena.rdf.model.Model
AggregatedExecutionStatistics.createMetricModel
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory) org.apache.jena.rdf.model.Model
AggregatedExecutionStatistics.createMetricModel
(List<HttpWorker> workers, Map<String, List<HttpWorker.ExecutionStats>> data, IRES.Factory iresFactory) org.apache.jena.rdf.model.Model
EachExecutionStatistic.createMetricModel
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory) -
Uses of HttpWorker in org.aksw.iguana.cc.tasks.impl
ModifierConstructorDescriptionStresstestResultProcessor
(String suiteID, long taskID, List<HttpWorker> worker, List<String> queryIDs, List<Metric> metrics, List<Storage> storages, Supplier<Map<LanguageProcessor, List<LanguageProcessor.LanguageProcessingData>>> lpResults) -
Uses of HttpWorker in org.aksw.iguana.cc.worker.impl
-
Uses of HttpWorker in org.aksw.iguana.commons.rdf
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.Resource
IRES.Factory.getWorkerQueryResource
(HttpWorker worker, int index) org.apache.jena.rdf.model.Resource
IRES.Factory.getWorkerQueryRunResource
(HttpWorker worker, int index, BigInteger run) org.apache.jena.rdf.model.Resource
IRES.Factory.getWorkerResource
(HttpWorker worker)