Package | Description |
---|---|
com.hp.hpl.jena.sparql.modify |
Modifier and Type | Class and Description |
---|---|
class |
UpdateEngineBase |
class |
UpdateEngineMain
Default implementation of an update engine
|
class |
UpdateEngineNonStreaming
Example implementation of an update engine that does not stream data, instead it will build it up into an
in-memory UpdateRequest, and then traverse it after all update operations have finished.
|
Modifier and Type | Method and Description |
---|---|
UpdateEngine |
UpdateEngineFactory.create(GraphStore graphStore,
Context context)
Create the update engine - having returned true to accept, should not fail
|
Licenced under the Apache License, Version 2.0