Uses of Class
org.apache.jena.sparql.engine.QueryEngineRegistry
-
Uses of QueryEngineRegistry in org.apache.jena.sparql.engine
Modifier 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.Modifier and TypeMethodDescriptionstatic void
QueryEngineRegistry.set
(Context context, QueryEngineRegistry registry)