Uses of Interface
se.liu.ida.hefquin.engine.federation.SPARQLEndpoint
Packages that use SPARQLEndpoint
Package
Description
-
Uses of SPARQLEndpoint in se.liu.ida.hefquin.engine.federation.access
Methods in se.liu.ida.hefquin.engine.federation.access with parameters of type SPARQLEndpointModifier 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 SPARQLEndpoint in se.liu.ida.hefquin.engine.federation.access.impl
Methods in se.liu.ida.hefquin.engine.federation.access.impl with parameters of type SPARQLEndpointModifier 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 SPARQLEndpoint 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 SPARQLEndpointModifier 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 SPARQLEndpoint in se.liu.ida.hefquin.engine.federation.access.utils
Methods in se.liu.ida.hefquin.engine.federation.access.utils with parameters of type SPARQLEndpointModifier and TypeMethodDescriptionstatic SolMapsResponse
FederationAccessUtils.performRequest
(FederationAccessManager fedAccessMgr, SPARQLRequest req, SPARQLEndpoint fm) -
Uses of SPARQLEndpoint in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SPARQLEndpointModifierConstructorDescriptionBaseForExecOpBindJoinSPARQL
(BGP query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) BaseForExecOpBindJoinSPARQL
(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) BaseForExecOpBindJoinSPARQL
(TriplePattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) ExecOpBindJoinSPARQLwithFILTER
(BGP query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) ExecOpBindJoinSPARQLwithFILTER
(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) ExecOpBindJoinSPARQLwithFILTER
(TriplePattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) ExecOpBindJoinSPARQLwithUNION
(BGP query, SPARQLEndpoint fm, boolean collectExceptions) ExecOpBindJoinSPARQLwithUNION
(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean collectExceptions) ExecOpBindJoinSPARQLwithUNION
(TriplePattern query, SPARQLEndpoint fm, boolean collectExceptions) ExecOpBindJoinSPARQLwithVALUES
(BGP query, SPARQLEndpoint fm, boolean collectExceptions) ExecOpBindJoinSPARQLwithVALUES
(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean collectExceptions) ExecOpBindJoinSPARQLwithVALUES
(TriplePattern query, SPARQLEndpoint fm, boolean collectExceptions) ExecOpIndexNestedLoopsJoinSPARQL
(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) ExecOpRequestSPARQL
(SPARQLRequest req, SPARQLEndpoint fm, boolean collectExceptions) -
Uses of SPARQLEndpoint 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 SPARQLEndpointModifier and TypeMethodDescriptionprotected LogicalPlan
MergeRequests.createPlanWithSingleRequestOp
(org.apache.jena.sparql.syntax.Element elmt, SPARQLEndpoint fm) protected LogicalPlan
MergeRequests.createPlanWithSingleRequestOp
(SPARQLGraphPattern p, SPARQLEndpoint fm) static LogicalPlan
MergeRequests.mergeBindIntoSPARQLEndpointRequest
(LogicalOpBind bindOp, SPARQLEndpoint ep, SPARQLRequest req) static LogicalPlan
MergeRequests.mergeFilterIntoSPARQLEndpointRequest
(LogicalOpFilter filterOp, SPARQLEndpoint ep, SPARQLRequest req) protected LogicalPlan
MergeRequests.mergeOptionalPatternsIntoSPARQLRequest
(List<SPARQLGraphPattern> optPatterns, SPARQLEndpoint fm, SPARQLRequest req) protected LogicalPlan
MergeRequests.mergeSPARQLRequestsViaUnion
(SPARQLEndpoint fm, List<LogicalPlan> reqPlans) protected LogicalPlan
MergeRequests.mergeSPARQLRequestsViaUnion
(SPARQLEndpoint fm, SPARQLRequest req1, SPARQLRequest req2)