Uses of Interface
se.liu.ida.hefquin.federation.members.SPARQLEndpoint
Packages that use SPARQLEndpoint
Package
Description
-
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 our parallelized, batch-based bind-join algorithm that use some form of SPARQL requests.classA base class for all variations of our sequential, batch-based bind-join algorithm that use some form of SPARQL requests.classMethods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SPARQLEndpointModifier and TypeMethodDescriptionstatic NullaryExecutableOpExecOpSequentialBindJoinSPARQLwithFILTER.createExecutableReqOp(Set<org.apache.jena.sparql.engine.binding.Binding> solMaps, org.apache.jena.sparql.syntax.Element pattern, SPARQLEndpoint fm) static NullaryExecutableOpExecOpSequentialBindJoinSPARQLwithVALUES.createExecutableReqOp(Set<org.apache.jena.sparql.engine.binding.Binding> solMaps, org.apache.jena.sparql.syntax.Element pattern, SPARQLEndpoint fm) Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SPARQLEndpointModifierConstructorDescriptionBaseForExecOpParallelBindJoinSPARQL(SPARQLGraphPattern p, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) BaseForExecOpSequentialBindJoinSPARQL(SPARQLGraphPattern p, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpIndexNestedLoopsJoinSPARQL(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpIndexNestedLoopsJoinSPARQL(SPARQLGraphPattern query, SPARQLEndpoint fm, boolean useOuterJoinSemantics, int minimumInputBlockSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpParallelBindJoinSPARQLwithFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpParallelBindJoinSPARQLwithUNION(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpParallelBindJoinSPARQLwithVALUES(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithUNION(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithVALUES(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithVALUESorFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithVarRenaming(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) -
Uses of SPARQLEndpoint in se.liu.ida.hefquin.engine.queryplan.physical.impl
Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type SPARQLEndpointModifier and TypeMethodDescriptionprotected UnaryExecutableOpPhysicalOpBindJoinSPARQL.createExecOp(SPARQLGraphPattern pattern, SPARQLEndpoint sparqlEndpoint, boolean useOuterJoinSemantics, boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) -
Uses of SPARQLEndpoint in se.liu.ida.hefquin.federation.access
Methods in se.liu.ida.hefquin.federation.access with parameters of type SPARQLEndpointModifier and TypeMethodDescriptionFederationAccessManager.issueCardinalityRequest(SPARQLRequest req, SPARQLEndpoint fm) Requests the cardinality of the result of the given request. -
Uses of SPARQLEndpoint in se.liu.ida.hefquin.federation.access.impl
Methods in se.liu.ida.hefquin.federation.access.impl with parameters of type SPARQLEndpointModifier 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 SPARQLEndpoint in se.liu.ida.hefquin.federation.access.impl.reqproc
Subinterfaces with type arguments of type SPARQLEndpoint in se.liu.ida.hefquin.federation.access.impl.reqprocMethods in se.liu.ida.hefquin.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.federation.members.impl
Classes in se.liu.ida.hefquin.federation.members.impl that implement SPARQLEndpoint