Uses of Interface
se.liu.ida.hefquin.federation.access.SPARQLRequest
Packages that use SPARQLRequest
Package
Description
-
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Subclasses with type arguments of type SPARQLRequest in se.liu.ida.hefquin.engine.queryplan.executable.impl.opsModifier and TypeClassDescriptionclassA base class for all variations of our parallelized, batch-based bind-join algorithm that use some form of SPARQL requests.classclassMethods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that return SPARQLRequestModifier and TypeMethodDescriptionprotected SPARQLRequestExecOpIndexNestedLoopsJoinSPARQL.createRequest(SolutionMapping sm) protected SPARQLRequestExecOpParallelBindJoinSPARQLwithFILTER.createRequest(Set<org.apache.jena.sparql.engine.binding.Binding> batch) protected SPARQLRequestExecOpParallelBindJoinSPARQLwithUNION.createRequest(Set<org.apache.jena.sparql.engine.binding.Binding> batch) protected SPARQLRequestExecOpParallelBindJoinSPARQLwithVALUES.createRequest(Set<org.apache.jena.sparql.engine.binding.Binding> batch) static SPARQLRequestExecOpSequentialBindJoinSPARQLwithFILTER.createRequest(Set<org.apache.jena.sparql.engine.binding.Binding> solMaps, org.apache.jena.sparql.syntax.Element pattern) static SPARQLRequestExecOpSequentialBindJoinSPARQLwithUNION.createRequest(Set<org.apache.jena.sparql.engine.binding.Binding> solMaps, org.apache.jena.sparql.syntax.Element pattern, Set<org.apache.jena.sparql.core.Var> varsInQuery) static SPARQLRequestExecOpSequentialBindJoinSPARQLwithVALUES.createRequest(Set<org.apache.jena.sparql.engine.binding.Binding> solMaps, org.apache.jena.sparql.syntax.Element pattern) Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SPARQLRequestModifier and TypeMethodDescriptionprotected CompletableFuture<SolMapsResponse> ExecOpIndexNestedLoopsJoinSPARQL.issueRequest(SPARQLRequest req, FederationAccessManager fedAccessMgr) Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SPARQLRequestModifierConstructorDescriptionExecOpRequestOther(SPARQLRequest req, WrappedRESTEndpoint fm, boolean collectExceptions, QueryPlanningInfo qpInfo) -
Uses of SPARQLRequest in se.liu.ida.hefquin.federation.access
Subinterfaces of SPARQLRequest in se.liu.ida.hefquin.federation.accessModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceMethods in se.liu.ida.hefquin.federation.access with parameters of type SPARQLRequestModifier and TypeMethodDescriptionFederationAccessManager.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) Requests the cardinality of the result of the given request. -
Uses of SPARQLRequest in se.liu.ida.hefquin.federation.access.impl
Methods in se.liu.ida.hefquin.federation.access.impl with parameters of type SPARQLRequestModifier and TypeMethodDescriptionFederationAccessManagerBase1.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) FederationAccessManagerWithCache.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) FederationAccessManagerWithChronicleMapCache.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) FederationAccessManagerWithPersistedDiskCache.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) -
Uses of SPARQLRequest in se.liu.ida.hefquin.federation.access.impl.req
Classes in se.liu.ida.hefquin.federation.access.impl.req that implement SPARQLRequestModifier and TypeClassDescriptionclassclassclassclass -
Uses of SPARQLRequest in se.liu.ida.hefquin.federation.access.impl.reqproc
Subinterfaces with type arguments of type SPARQLRequest in se.liu.ida.hefquin.federation.access.impl.reqprocMethods in se.liu.ida.hefquin.federation.access.impl.reqproc with parameters of type SPARQLRequestModifier and TypeMethodDescriptionSPARQLRequestProcessorImpl.performRequest(SPARQLRequest req, SPARQLEndpoint fm) protected SolMapsResponseSPARQLRequestProcessorImpl.performRequestWithQueryExecutionHTTP(SPARQLRequest req, SPARQLEndpoint fm) protected SolMapsResponseSPARQLRequestProcessorImpl.performRequestWithRDFConnection(SPARQLRequest req, SPARQLEndpoint fm)