Uses of Interface
org.aksw.iguana.cc.worker.Worker
- 
Packages that use 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  - 
- 
Uses of Worker in org.aksw.iguana.cc.query
Constructor parameters in org.aksw.iguana.cc.query with type arguments of type Worker Constructor Description AbstractWorkerQueryHandler(java.util.Collection<Worker> workers) - 
Uses of Worker in org.aksw.iguana.cc.query.impl
Constructor parameters in org.aksw.iguana.cc.query.impl with type arguments of type Worker Constructor Description InstancesQueryHandler(java.util.List<Worker> workers)Default ConstructorInstancesQueryHandler(java.util.List<Worker> workers, java.lang.String lang)PatternQueryHandler(java.util.LinkedList<Worker> workers, java.lang.String service, java.lang.Long limit)The constructor for the pattern based QueryHandler.PatternQueryHandler(java.util.LinkedList<Worker> workers, java.lang.String service, java.lang.String limit)The constructor for the pattern based QueryHandler.PatternQueryHandler(java.util.List<Worker> workers, java.lang.String endpoint)The constructor for the pattern based QueryHandler. - 
Uses of Worker in org.aksw.iguana.cc.worker
Classes in org.aksw.iguana.cc.worker that implement Worker Modifier and Type Class Description classAbstractRandomQueryChooserWorkerclassAbstractWorkerThe 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. - 
Uses of Worker in org.aksw.iguana.cc.worker.impl
Classes in org.aksw.iguana.cc.worker.impl that implement Worker Modifier and Type Class Description classCLIInputFileWorkerWorker to execute a query against a CLI process, the connection.service will be the command to execute the query against.classCLIInputPrefixWorkerWorker to execute a query against a CLI process, the connection.service will be the command to execute the query against.classCLIInputWorkerWorker to execute a query against a CLI process, the connection.service will be the command to execute the query against.classCLIWorkerWorker to execute a query again a CLI process, the connection.service will be the command to execute the query against.classHttpGetWorkerHTTP Get Worker.classHttpPostWorkerHTTP Post worker.classHttpWorkerAbstract HTTP workerclassMultipleCLIInputWorkerWorker to execute a query against a CLI process, the connection.service will be the command to execute the query against.classSPARQLWorkerA Worker using SPARQL 1.1 to create service request.classUPDATEWorkerA Worker using SPARQL Updates to create service request. 
 -