java.lang.Object
org.apache.jena.query.QueryExecutionDatasetBuilder
- All Implemented Interfaces:
QueryExecutionBuilder
Query Execution for local datasets - builder style.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbindingToMap
(Binding binding) Binding as a Mapbuild()
static QueryExecutionDatasetBuilder
create()
Create a new builder ofQueryExecution
for a local dataset.dataset
(DatasetGraph dsg) Deprecated.initialBinding
(QuerySolution querySolution) Prefersubstitution(QuerySolution)
which substitutes variables for values in the the query before execution.initialBinding
(Binding binding) Prefersubstitution(Binding)
which substitutes variables for values in the the query before execution.initialTimeout
(long value, TimeUnit timeUnit) The time-to-first result timeout.overallTimeout
(long value, TimeUnit timeUnit) The overall, start-to-finish timeout, to go with an initial timeout.substitution
(String varName, RDFNode value) substitution
(QuerySolution querySolution) substitution
(Binding binding)
-
Constructor Details
-
QueryExecutionDatasetBuilder
public QueryExecutionDatasetBuilder()
-
-
Method Details
-
create
Create a new builder ofQueryExecution
for a local dataset. -
query
- Specified by:
query
in interfaceQueryExecutionBuilder
-
query
- Specified by:
query
in interfaceQueryExecutionBuilder
-
query
- Specified by:
query
in interfaceQueryExecutionBuilder
-
dataset
Deprecated. -
dataset
-
model
-
set
- Specified by:
set
in interfaceQueryExecutionBuilder
-
set
- Specified by:
set
in interfaceQueryExecutionBuilder
-
context
- Specified by:
context
in interfaceQueryExecutionBuilder
-
initialBinding
Prefersubstitution(Binding)
which substitutes variables for values in the the query before execution. -
initialBinding
Prefersubstitution(QuerySolution)
which substitutes variables for values in the the query before execution. -
substitution
- Specified by:
substitution
in interfaceQueryExecutionBuilder
-
substitution
-
substitution
- Specified by:
substitution
in interfaceQueryExecutionBuilder
-
timeout
- Specified by:
timeout
in interfaceQueryExecutionBuilder
-
initialTimeout
The time-to-first result timeout. -
overallTimeout
The overall, start-to-finish timeout, to go with an initial timeout. -
build
- Specified by:
build
in interfaceQueryExecutionBuilder
-
bindingToMap
Binding as a Map
-
QueryExec.dataset(org.apache.jena.sparql.core.DatasetGraph)