Uses of Interface
org.apache.jena.sparql.exec.QueryExecMod
Packages that use QueryExecMod
-
Uses of QueryExecMod in org.apache.jena.sparql.exec
Subinterfaces of QueryExecMod in org.apache.jena.sparql.execClasses in org.apache.jena.sparql.exec that implement QueryExecModModifier and TypeClassDescriptionclassQueryExecBuilder view over a QueryExecutionBuilderclassQuery execution for local datasets - builder style.Methods in org.apache.jena.sparql.exec that return QueryExecModModifier and TypeMethodDescriptionQueryExecApp.getBuilder()QueryExecBuilderAdapter.initialTimeout(long timeout, TimeUnit timeUnit) QueryExecMod.initialTimeout(long timeout, TimeUnit timeUnit) QueryExecBuilderAdapter.overallTimeout(long timeout, TimeUnit timeUnit) QueryExecMod.overallTimeout(long timeout, TimeUnit timeUnit) default QueryExecModQueryExecMod.timeout(long timeout) default QueryExecModMethods in org.apache.jena.sparql.exec with parameters of type QueryExecModModifier and TypeMethodDescriptionstatic QueryExecutionQueryExecutionCompat.compatibility(QueryExecMod qExec, Dataset dataset, Query query, String queryString) static QueryExecQueryExecApp.create(QueryExecMod qExec, DatasetGraph dataset, Query query, String queryString) -
Uses of QueryExecMod in org.apache.jena.sparql.exec.http
Classes in org.apache.jena.sparql.exec.http that implement QueryExecMod