Uses of Interface
org.aksw.iguana.cc.worker.HttpWorker.Config
Packages that use HttpWorker.Config
Package
Description
-
Uses of HttpWorker.Config in org.aksw.iguana.cc.metrics
Methods in org.aksw.iguana.cc.metrics with parameters of type HttpWorker.ConfigModifier and TypeMethodDescriptionWorkerMetric.calculateWorkerMetric
(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) -
Uses of HttpWorker.Config in org.aksw.iguana.cc.metrics.impl
Methods in org.aksw.iguana.cc.metrics.impl with parameters of type HttpWorker.ConfigModifier 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
Methods in org.aksw.iguana.cc.tasks.impl that return types with arguments of type HttpWorker.ConfigModifier and TypeMethodDescriptionStresstest.Config.warmupWorkers()
Returns the value of thewarmupWorkers
record component.Stresstest.Config.workers()
Returns the value of theworkers
record component.Constructor parameters in org.aksw.iguana.cc.tasks.impl with type arguments of type HttpWorker.ConfigModifierConstructorDescriptionConfig
(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
Fields in org.aksw.iguana.cc.worker declared as HttpWorker.ConfigMethods in org.aksw.iguana.cc.worker that return HttpWorker.ConfigConstructors in org.aksw.iguana.cc.worker with parameters of type HttpWorker.ConfigModifierConstructorDescriptionHttpWorker
(long workerID, ResponseBodyProcessor responseBodyProcessor, HttpWorker.Config config) -
Uses of HttpWorker.Config in org.aksw.iguana.cc.worker.impl
Classes in org.aksw.iguana.cc.worker.impl that implement HttpWorker.Config