Package org.aksw.iguana.cc.worker
-
Interface Summary Interface Description Worker Interface for the Worker Thread used in theStresstest
-
Class Summary Class Description AbstractRandomQueryChooserWorker AbstractWorker The Abstract Worker which will implement the runnable, the main loop, the time to wait before a query and will send the results to the ResultProcessor module
so the Implemented Workers only need to implement which query to test next and how to test this query.WorkerFactory Factory to create aWorker
-
Enum Summary Enum Description LatencyStrategy The Strategy Names to simulate different network latency behaviors