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 class
AbstractRandomQueryChooserWorker
class
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. -
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 class
CLIInputFileWorker
Worker to execute a query against a CLI process, the connection.service will be the command to execute the query against.class
CLIInputPrefixWorker
Worker to execute a query against a CLI process, the connection.service will be the command to execute the query against.class
CLIInputWorker
Worker to execute a query against a CLI process, the connection.service will be the command to execute the query against.class
CLIWorker
Worker to execute a query again a CLI process, the connection.service will be the command to execute the query against.class
HttpGetWorker
HTTP Get Worker.class
HttpPostWorker
HTTP Post worker.class
HttpWorker
Abstract HTTP workerclass
MultipleCLIInputWorker
Worker to execute a query against a CLI process, the connection.service will be the command to execute the query against.class
SPARQLWorker
A Worker using SPARQL 1.1 to create service request.class
UPDATEWorker
A Worker using SPARQL Updates to create service request.
-