Uses of Class
org.aksw.iguana.cc.query.handler.QueryHandler
Packages that use QueryHandler
Package
Description
-
Uses of QueryHandler in org.aksw.iguana.cc.utils.http
Methods in org.aksw.iguana.cc.utils.http with parameters of type QueryHandlerModifier and TypeMethodDescriptionvoidRequestFactory.preloadRequests(QueryHandler queryHandler) Builds every request once, so that the requests can be loaded into the cache, if the queries themselves are cached. -
Uses of QueryHandler in org.aksw.iguana.cc.worker
Methods in org.aksw.iguana.cc.worker that return QueryHandler -
Uses of QueryHandler in org.aksw.iguana.cc.worker.impl
Methods in org.aksw.iguana.cc.worker.impl that return QueryHandlerModifier and TypeMethodDescriptionSPARQLProtocolWorker.Config.queries()Returns the value of thequeriesrecord component.Constructors in org.aksw.iguana.cc.worker.impl with parameters of type QueryHandlerModifierConstructorDescriptionConfig(Integer number, QueryHandler queries, HttpWorker.CompletionTarget completionTarget, ConnectionConfig connection, Duration timeout, String acceptHeader, RequestFactory.RequestType requestType, Boolean parseResults) Creates an instance of aConfigrecord class.