Uses of Package
org.aksw.iguana.cc.worker
-
Packages that use org.aksw.iguana.cc.worker Package Description org.aksw.iguana.cc.query org.aksw.iguana.cc.query.impl org.aksw.iguana.cc.worker org.aksw.iguana.cc.worker.impl -
Classes in org.aksw.iguana.cc.worker used by org.aksw.iguana.cc.query Class Description Worker Interface for the Worker Thread used in theStresstest
-
Classes in org.aksw.iguana.cc.worker used by org.aksw.iguana.cc.query.impl Class Description Worker Interface for the Worker Thread used in theStresstest
-
Classes in org.aksw.iguana.cc.worker used by org.aksw.iguana.cc.worker Class Description 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.LatencyStrategy The Strategy Names to simulate different network latency behaviorsWorker Interface for the Worker Thread used in theStresstest
-
Classes in org.aksw.iguana.cc.worker used by org.aksw.iguana.cc.worker.impl 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.Worker Interface for the Worker Thread used in theStresstest