Uses of Interface
se.liu.ida.hefquin.engine.federation.access.SPARQLRequest
Packages that use SPARQLRequest
Package
Description
- 
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.federation.access
Subinterfaces of SPARQLRequest in se.liu.ida.hefquin.engine.federation.accessModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in se.liu.ida.hefquin.engine.federation.access with parameters of type SPARQLRequestModifier and TypeMethodDescriptionFederationAccessManager.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) Requests the cardinality of the result of the given request.FederationAccessManager.issueRequest(SPARQLRequest req, SPARQLEndpoint fm)  - 
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.federation.access.impl
Methods in se.liu.ida.hefquin.engine.federation.access.impl with parameters of type SPARQLRequestModifier and TypeMethodDescriptionprotected Supplier<SolMapsResponse>AsyncFederationAccessManagerImpl.createSupplier(SPARQLRequest req, SPARQLEndpoint fm) FederationAccessManagerBase1.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) FederationAccessManagerWithCache.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) AsyncFederationAccessManagerImpl.issueRequest(SPARQLRequest req, SPARQLEndpoint fm) BlockingFederationAccessManagerImpl.issueRequest(SPARQLRequest req, SPARQLEndpoint fm) FederationAccessManagerWithCache.issueRequest(SPARQLRequest req, SPARQLEndpoint fm)  - 
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.federation.access.impl.req
Classes in se.liu.ida.hefquin.engine.federation.access.impl.req that implement SPARQLRequestModifier and TypeClassDescriptionclassclassclassclass - 
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.federation.access.impl.reqproc
Methods in se.liu.ida.hefquin.engine.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)  - 
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.federation.access.utils
Methods in se.liu.ida.hefquin.engine.federation.access.utils that return SPARQLRequestModifier and TypeMethodDescriptionstatic SPARQLRequestSPARQLRequestUtils.merge(SPARQLRequest req, SPARQLGraphPattern pattern) Merges the given graph pattern into the given request.Methods in se.liu.ida.hefquin.engine.federation.access.utils with parameters of type SPARQLRequestModifier and TypeMethodDescriptionstatic SPARQLRequestSPARQLRequestUtils.merge(SPARQLRequest req, SPARQLGraphPattern pattern) Merges the given graph pattern into the given request.static SolMapsResponseFederationAccessUtils.performRequest(FederationAccessManager fedAccessMgr, SPARQLRequest req, SPARQLEndpoint fm)  - 
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that return SPARQLRequestModifier and TypeMethodDescriptionprotected SPARQLRequestExecOpIndexNestedLoopsJoinSPARQL.createRequest(SolutionMapping sm) 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 SPARQLRequestModifierConstructorDescriptionExecOpRequestSPARQL(SPARQLRequest req, SPARQLEndpoint fm, boolean collectExceptions)  - 
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type SPARQLRequestModifier and TypeMethodDescriptionstatic LogicalOpGPAddLogicalOpUtils.createGPAddLopFromRequest(SPARQLRequest req, FederationMember fm) Creates a logical gpAdd operator that uses the graph pattern of the given request, together with the given federation member.static LogicalOpGPOptAddLogicalOpUtils.createGPOptAddLopFromRequest(SPARQLRequest req, FederationMember fm) Creates a logical gpOptAdd operator that uses the graph pattern of the given request, together with the given federation member. - 
Uses of SPARQLRequest in se.liu.ida.hefquin.engine.queryproc.impl.loptimizer.heuristics
Methods in se.liu.ida.hefquin.engine.queryproc.impl.loptimizer.heuristics with parameters of type SPARQLRequestModifier and TypeMethodDescriptionstatic LogicalPlanMergeRequests.mergeBindIntoSPARQLEndpointRequest(LogicalOpBind bindOp, SPARQLEndpoint ep, SPARQLRequest req) static LogicalPlanMergeRequests.mergeFilterIntoSPARQLEndpointRequest(LogicalOpFilter filterOp, SPARQLEndpoint ep, SPARQLRequest req) protected LogicalPlanMergeRequests.mergeGraphPatternIntoSPARQLRequest(SPARQLGraphPattern p, FederationMember fm, SPARQLRequest req) protected LogicalPlanMergeRequests.mergeOptionalPatternsIntoSPARQLRequest(List<SPARQLGraphPattern> optPatterns, SPARQLEndpoint fm, SPARQLRequest req) protected LogicalPlanMergeRequests.mergeSPARQLRequestsViaJoin(FederationMember fm, SPARQLRequest req1, SPARQLRequest req2) protected LogicalPlanMergeRequests.mergeSPARQLRequestsViaUnion(SPARQLEndpoint fm, SPARQLRequest req1, SPARQLRequest req2)