Uses of Class
org.apache.jena.sparql.engine.QueryEngineRegistry
Packages that use QueryEngineRegistry
-
Uses of QueryEngineRegistry in org.apache.jena.sparql.engine
Methods in org.apache.jena.sparql.engine that return QueryEngineRegistryModifier and TypeMethodDescriptionstatic QueryEngineRegistry
QueryEngineRegistry.chooseRegistry
(Context context) If there is a registry in the context then return it otherwise yield the global instanceQueryEngineRegistry.copy()
static QueryEngineRegistry
Create a copy of the registry from the context or return a new instancestatic QueryEngineRegistry
QueryEngineRegistry.get()
static QueryEngineRegistry
Get the query engine registry from the context or null if there is none.Methods in org.apache.jena.sparql.engine with parameters of type QueryEngineRegistryModifier and TypeMethodDescriptionstatic void
QueryEngineRegistry.set
(Context context, QueryEngineRegistry registry)