Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
Packages that use QueryContext
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of QueryContext in org.eclipse.rdf4j.query.algebra.evaluation
Fields in org.eclipse.rdf4j.query.algebra.evaluation declared as QueryContextFields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type QueryContextModifier and TypeFieldDescriptionprivate static final ThreadLocal
<QueryContext> QueryContext.queryContext
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return QueryContextMethods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type QueryContextModifier and TypeMethodDescriptionvoid
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
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as QueryContextConstructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type QueryContextModifierConstructorDescriptionQueryContextIteration
(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 QueryContextModifier and TypeMethodDescriptionvoid
SearchIndexQueryContextInitializer.destroy
(QueryContext qctx) static SearchIndex
SearchIndexQueryContextInitializer.getSearchIndex
(QueryContext qctx) void
SearchIndexQueryContextInitializer.init
(QueryContext qctx) static void
SearchIndexQueryContextInitializer.init
(QueryContext qctx, SearchIndex searchIndex)