java.lang.Object
org.apache.jena.sparql.modify.UpdateEngineRegistry
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a QueryExecutionFactorystatic voidAdd a QueryExecutionFactory to the default registrybooleanCheck whether a query engine factory is already registeredstatic booleanCheck 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 UpdateEngineFactoryfindFactory(DatasetGraph graphStore, Context context) Locate a suitable factory for this dataset from the default registrystatic UpdateEngineRegistryget()voidRemove a QueryExecutionFactorystatic voidRemove 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
-