Uses of Class
org.aksw.iguana.cc.worker.HttpWorker
Packages that use HttpWorker
Package
Description
-
Uses of HttpWorker in org.aksw.iguana.cc.metrics
Method parameters in org.aksw.iguana.cc.metrics with type arguments of type HttpWorkerModifier 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
Method parameters in org.aksw.iguana.cc.metrics.impl with type arguments of type HttpWorkerModifier 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
Constructor parameters in org.aksw.iguana.cc.tasks.impl with type arguments of type HttpWorkerModifierConstructorDescriptionStresstestResultProcessor
(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
Subclasses of HttpWorker in org.aksw.iguana.cc.worker.impl -
Uses of HttpWorker in org.aksw.iguana.commons.rdf
Methods in org.aksw.iguana.commons.rdf with parameters of type HttpWorkerModifier 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)