Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
-
Packages that use QueryContext Package Description org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIteration
relevant to query evaluation.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of QueryContext in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return QueryContext Modifier and Type Method Description static QueryContext
QueryContext. getQueryContext()
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type QueryContext Modifier and Type Method Description void
QueryContextInitializer. destroy(QueryContext ctx)
Called before a QueryContext has ended.void
QueryContextInitializer. init(QueryContext ctx)
Called after a QueryContext has begun. -
Uses of QueryContext in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type QueryContext Constructor Description QueryContextIteration(CloseableIteration<? extends BindingSet,QueryEvaluationException> iter, QueryContext queryContext)
-
Uses of QueryContext in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type QueryContext Modifier and Type Method Description void
SearchIndexQueryContextInitializer. destroy(QueryContext qctx)
static SearchIndex
SearchIndexQueryContextInitializer. getSearchIndex(QueryContext qctx)
void
SearchIndexQueryContextInitializer. init(QueryContext qctx)
static void
SearchIndexQueryContextInitializer. init(QueryContext qctx, SearchIndex searchIndex)
-