Package | Description |
---|---|
com.hp.hpl.jena.sparql.modify |
Modifier and Type | Method and Description |
---|---|
UpdateEngineFactory |
UpdateEngineRegistry.find(GraphStore graphStore,
Context context)
Locate a suitable factory for this dataset
|
static UpdateEngineFactory |
UpdateEngineRegistry.findFactory(GraphStore graphStore,
Context context)
Locate a suitable factory for this dataset from the default registry
|
static UpdateEngineFactory |
UpdateEngineMain.getFactory() |
static UpdateEngineFactory |
UpdateEngineNonStreaming.getFactory() |
Modifier and Type | Method and Description |
---|---|
List<UpdateEngineFactory> |
UpdateEngineRegistry.factories()
Allow careful manipulation of the factories list
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateEngineRegistry.add(UpdateEngineFactory f)
Add a QueryExecutionFactory
|
static void |
UpdateEngineRegistry.addFactory(UpdateEngineFactory f)
Add a QueryExecutionFactory to the default registry
|
boolean |
UpdateEngineRegistry.contains(UpdateEngineFactory f)
Check whether a query engine factory is already registered
|
static boolean |
UpdateEngineRegistry.containsFactory(UpdateEngineFactory f)
Check whether a query engine factory is already registered in the default registry
|
void |
UpdateEngineRegistry.remove(UpdateEngineFactory f)
Remove a QueryExecutionFactory
|
static void |
UpdateEngineRegistry.removeFactory(UpdateEngineFactory f)
Remove a QueryExecutionFactory
|
Constructor and Description |
---|
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Context context,
UpdateEngineFactory factory) |
UpdateProcessorStreamingBase(GraphStore graphStore,
Context context,
UpdateEngineFactory factory) |
Licenced under the Apache License, Version 2.0