Uses of Interface
org.aksw.iguana.cc.worker.HttpWorker.Config
Package
Description
-
Uses of HttpWorker.Config in org.aksw.iguana.cc.metrics
Modifier and TypeMethodDescriptionWorkerMetric.calculateWorkerMetric
(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) -
Uses of HttpWorker.Config in org.aksw.iguana.cc.metrics.impl
Modifier and TypeMethodDescriptionAvgQPS.calculateWorkerMetric
(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) NoQ.calculateWorkerMetric
(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) NoQPH.calculateWorkerMetric
(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) PAvgQPS.calculateWorkerMetric
(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) QMPH.calculateWorkerMetric
(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) -
Uses of HttpWorker.Config in org.aksw.iguana.cc.tasks.impl
Modifier and TypeMethodDescriptionStresstest.Config.warmupWorkers()
Returns the value of thewarmupWorkers
record component.Stresstest.Config.workers()
Returns the value of theworkers
record component.ModifierConstructorDescriptionConfig
(List<HttpWorker.Config> warmupWorkers, List<HttpWorker.Config> workers) Creates an instance of aConfig
record class. -
Uses of HttpWorker.Config in org.aksw.iguana.cc.worker
ModifierConstructorDescriptionHttpWorker
(long workerID, ResponseBodyProcessor responseBodyProcessor, HttpWorker.Config config) -
Uses of HttpWorker.Config in org.aksw.iguana.cc.worker.impl