java.lang.Object
org.apache.jena.sparql.modify.UpdateEngineRegistry
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a QueryExecutionFactorystatic void
Add a QueryExecutionFactory to the default registryboolean
Check whether a query engine factory is already registeredstatic boolean
Check whether a query engine factory is already registered in the default registryAllow careful manipulation of the factories listfind
(DatasetGraph graphStore, Context context) Locate a suitable factory for this datasetstatic UpdateEngineFactory
findFactory
(DatasetGraph graphStore, Context context) Locate a suitable factory for this dataset from the default registrystatic UpdateEngineRegistry
get()
void
Remove a QueryExecutionFactorystatic void
Remove a QueryExecutionFactory
-
Method Details
-
get
-
findFactory
Locate a suitable factory for this dataset from the default registry- Parameters:
graphStore
- The graph store- Returns:
- A QueryExecutionFactory or null if none accept the request
-
find
Locate a suitable factory for this dataset- Parameters:
graphStore
- A GraphStore- Returns:
- A UpdateEngineFactory or null if none accept the request
-
addFactory
Add a QueryExecutionFactory to the default registry -
add
Add a QueryExecutionFactory -
removeFactory
Remove a QueryExecutionFactory -
remove
Remove a QueryExecutionFactory -
factories
Allow careful manipulation of the factories list -
containsFactory
Check whether a query engine factory is already registered in the default registry -
contains
Check whether a query engine factory is already registered
-