Package org.aksw.jena_sparql_api.core
Class FluentQueryExecutionFactory<P>
java.lang.Object
org.aksw.jena_sparql_api.core.FluentBase<QueryExecutionFactory,P>
org.aksw.jena_sparql_api.core.FluentQueryExecutionFactory<P>
- All Implemented Interfaces:
ParentSuppliable<P>
A fluent API for modifying query execution creation by several means such as
query rewriting, setting context attributes, or rerouting requests (e.g. to a cache).
- Author:
- Claus Stadler, Lorenz Buehmann
-
Field Summary
Fields inherited from class org.aksw.jena_sparql_api.core.FluentBase
fn, parentSupplier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FluentQueryExecutionFactory<?>alwaysFail(String serviceUrl) static FluentQueryExecutionFactory<?>alwaysFail(String serviceUrl, String... defaultGraphs) static FluentQueryExecutionFactory<?>alwaysFail(String serviceUrl, org.apache.jena.sparql.core.DatasetDescription datasetDescription) config()static FluentQueryExecutionFactory<?>static FluentQueryExecutionFactory<?>static FluentQueryExecutionFactory<?>static FluentQueryExecutionFactory<?>from(org.apache.jena.graph.Graph graph) static FluentQueryExecutionFactory<?>from(org.apache.jena.query.Dataset dataset) static FluentQueryExecutionFactory<?>from(org.apache.jena.query.Dataset dataset, org.apache.jena.sparql.util.Context context) static FluentQueryExecutionFactory<?>from(org.apache.jena.rdf.model.Model model) static FluentQueryExecutionFactory<?>from(org.apache.jena.rdf.model.Model model, org.apache.jena.sparql.util.Context context) static FluentQueryExecutionFactory<?>from(org.apache.jena.sparql.core.DatasetGraph datasetGraph) static FluentQueryExecutionFactory<?>from(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.util.Context context) static FluentQueryExecutionFactory<?>fromFileNameOrUrl(String fileNameOrUrl) static FluentQueryExecutionFactory<?>static FluentQueryExecutionFactory<?>http(String service, Collection<String> defaultGraphs) static FluentQueryExecutionFactory<?>http(Collection<SparqlServiceReference> sparqlServices) static FluentQueryExecutionFactory<?>http(SparqlServiceReference sparqlService) static FluentQueryExecutionFactory<?>model(org.apache.jena.rdf.model.Model model) Deprecated.static FluentQueryExecutionFactory<?>model(org.apache.jena.rdf.model.Model model, org.apache.jena.sparql.util.Context context) Deprecated.Methods inherited from class org.aksw.jena_sparql_api.core.FluentBase
create, end, setParentSupplier, value
-
Constructor Details
-
FluentQueryExecutionFactory
-
-
Method Details
-
model
@Deprecated public static FluentQueryExecutionFactory<?> model(org.apache.jena.rdf.model.Model model) Deprecated.Use from instead- Parameters:
model-- Returns:
-
model
@Deprecated public static FluentQueryExecutionFactory<?> model(org.apache.jena.rdf.model.Model model, org.apache.jena.sparql.util.Context context) Deprecated.Use from instead- Parameters:
model-- Returns:
-
alwaysFail
-
alwaysFail
-
alwaysFail
public static FluentQueryExecutionFactory<?> alwaysFail(String serviceUrl, org.apache.jena.sparql.core.DatasetDescription datasetDescription) -
from
-
from
-
from
public static FluentQueryExecutionFactory<?> from(org.apache.jena.rdf.model.Model model, org.apache.jena.sparql.util.Context context) -
from
-
fromFileNameOrUrl
-
from
-
from
public static FluentQueryExecutionFactory<?> from(org.apache.jena.query.Dataset dataset, org.apache.jena.sparql.util.Context context) -
from
public static FluentQueryExecutionFactory<?> from(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.util.Context context) -
defaultDatasetGraph
-
from
public static FluentQueryExecutionFactory<?> from(org.apache.jena.sparql.core.DatasetGraph datasetGraph) -
from
- Since:
- 4.5.0
-
http
-
http
-
http
-
http
public static FluentQueryExecutionFactory<?> http(Collection<SparqlServiceReference> sparqlServices) -
config
-