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 TypeInterfaceDescriptioninterface
interface
interface
Methods 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 TypeClassDescriptionclass
class
class
class
-
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 SolMapsResponse
SPARQLRequestProcessorImpl.performRequestWithQueryExecutionHTTP
(SPARQLRequest req, SPARQLEndpoint fm) protected SolMapsResponse
SPARQLRequestProcessorImpl.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 SPARQLRequest
SPARQLRequestUtils.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 SPARQLRequest
SPARQLRequestUtils.merge
(SPARQLRequest req, SPARQLGraphPattern pattern) Merges the given graph pattern into the given request.static SolMapsResponse
FederationAccessUtils.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 SPARQLRequest
ExecOpIndexNestedLoopsJoinSPARQL.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 LogicalOpGPAdd
LogicalOpUtils.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 LogicalOpGPOptAdd
LogicalOpUtils.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 LogicalPlan
MergeRequests.mergeBindIntoSPARQLEndpointRequest
(LogicalOpBind bindOp, SPARQLEndpoint ep, SPARQLRequest req) static LogicalPlan
MergeRequests.mergeFilterIntoSPARQLEndpointRequest
(LogicalOpFilter filterOp, SPARQLEndpoint ep, SPARQLRequest req) protected LogicalPlan
MergeRequests.mergeGraphPatternIntoSPARQLRequest
(SPARQLGraphPattern p, FederationMember fm, SPARQLRequest req) protected LogicalPlan
MergeRequests.mergeOptionalPatternsIntoSPARQLRequest
(List<SPARQLGraphPattern> optPatterns, SPARQLEndpoint fm, SPARQLRequest req) protected LogicalPlan
MergeRequests.mergeSPARQLRequestsViaJoin
(FederationMember fm, SPARQLRequest req1, SPARQLRequest req2) protected LogicalPlan
MergeRequests.mergeSPARQLRequestsViaUnion
(SPARQLEndpoint fm, SPARQLRequest req1, SPARQLRequest req2)