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) FederationAccessManagerWithChronicleMapCache.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) FederationAccessManagerWithPersistedDiskCache.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
Subinterfaces with type arguments of type SPARQLEndpoint in se.liu.ida.hefquin.engine.federation.access.impl.reqprocMethods in se.liu.ida.hefquin.engine.federation.access.impl.reqproc with parameters of type SPARQLEndpointModifier and TypeMethodDescriptionSPARQLRequestProcessorImpl.performRequest(SPARQLRequest req, SPARQLEndpoint fm) protected SolMapsResponseSPARQLRequestProcessorImpl.performRequestWithQueryExecutionHTTP(SPARQLRequest req, SPARQLEndpoint fm) protected SolMapsResponseSPARQLRequestProcessorImpl.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 SolMapsResponseFederationAccessUtils.performRequest(FederationAccessManager fedAccessMgr, SPARQLRequest req, SPARQLEndpoint fm) -
Uses of SPARQLEndpoint in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Subclasses with type arguments of type SPARQLEndpoint in se.liu.ida.hefquin.engine.queryplan.executable.impl.opsModifier and TypeClassDescriptionclassA base class for all variations of the bind join algorithm that use some form of SPARQL requests.classclassFields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops declared as SPARQLEndpointModifier and TypeFieldDescriptionprotected final SPARQLEndpointExecOpBindJoinSPARQLwithVALUESorFILTER.fmConstructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SPARQLEndpointModifierConstructorDescriptionBaseForExecOpBindJoinSPARQL(SPARQLGraphPattern p, SPARQLEndpoint fm, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions) ExecOpBindJoinSPARQLwithFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) ExecOpBindJoinSPARQLwithFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions) ExecOpBindJoinSPARQLwithUNION(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean collectExceptions) ExecOpBindJoinSPARQLwithUNION(SPARQLGraphPattern query, SPARQLEndpoint fm, int batchSize, boolean collectExceptions) ExecOpBindJoinSPARQLwithVALUES(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) ExecOpBindJoinSPARQLwithVALUES(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions) ExecOpBindJoinSPARQLwithVALUESorFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions) ExecOpBindJoinSPARQLwithVALUESorFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, int batchSize, 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 LogicalPlanMergeRequests.createPlanWithSingleRequestOp(org.apache.jena.sparql.syntax.Element elmt, SPARQLEndpoint fm) protected LogicalPlanMergeRequests.createPlanWithSingleRequestOp(SPARQLGraphPattern p, SPARQLEndpoint fm) static LogicalPlanMergeRequests.mergeBindIntoSPARQLEndpointRequest(LogicalOpBind bindOp, SPARQLEndpoint ep, SPARQLRequest req) static LogicalPlanMergeRequests.mergeFilterIntoSPARQLEndpointRequest(LogicalOpFilter filterOp, SPARQLEndpoint ep, SPARQLRequest req) protected LogicalPlanMergeRequests.mergeOptPatternsIntoRequest(List<SPARQLGraphPattern> optPatterns, SPARQLEndpoint fm, SPARQLRequest req) protected LogicalPlanMergeRequests.mergeSPARQLRequestsViaUnion(SPARQLEndpoint fm, List<LogicalPlan> reqPlans) protected LogicalPlanMergeRequests.mergeSPARQLRequestsViaUnion(SPARQLEndpoint fm, SPARQLRequest req1, SPARQLRequest req2)