| TemplateLib |
|
| UpdateCompare |
|
| UpdateEngineBase |
|
| UpdateEngineMain |
Default implementation of an update engine based on stream updates to a worker
function.
|
| 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.
|
| UpdateEngineRegistry |
|
| UpdateEngineWorker |
Implementation of general purpose update request execution
|
| UpdateProcessorBase |
Class to hold the general state of a update request execution.
|
| UpdateProcessorStreamingBase |
Class to hold the general state of a update request execution.
|
| UpdateProcessRemote |
UpdateProcess that send the request to a SPARQL endpoint by using POST of application/sparql-update.
|
| UpdateProcessRemoteBase |
Abstract base class for update processors that perform remote updates over
HTTP
|
| UpdateProcessRemoteForm |
UpdateProcess that send the request to a SPARQL endpoint by using an HTML
form and POST Use of application/sparql-update via @link{UpdateProcessRemote}
is preferred.
|
| UpdateRequestSink |
|
| UpdateVisitorSink |
UpdateSink that sends every Update to a worker except for the quads
of INSERT DATA, DELETE DATA which do to special sinks.
|
| UsingList |
|
| UsingUpdateSink |
Adds using clauses from the UsingList to UpdateWithUsing operations; will throw an
UpdateException if the modify operation already contains a using clause.
|