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 QueryEngineRegistryQueryEngineRegistry.chooseRegistry(Context context) If there is a registry in the context then return it otherwise yield the global instanceQueryEngineRegistry.copy()static QueryEngineRegistryCreate a copy of the registry from the context or return a new instancestatic QueryEngineRegistryQueryEngineRegistry.get()static QueryEngineRegistryGet 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 voidQueryEngineRegistry.set(Context context, QueryEngineRegistry registry)