Interface | Description |
---|---|
GraphStoreAction | |
UpdateEngine |
An UpdateEngine provides an interface to execute a SPARQL update request.
|
UpdateEngineFactory |
Interface for factories that accept and process SPARQL update requests.
|
UpdateSink |
An UpdateSink is an object usually created by a container (such as a storage engine
or an
UpdateRequest ) that can process or store a single SPARQL Update
request which consists of one or more SPARQL Update operations. |
Class | Description |
---|---|
GraphStoreBasic | |
GraphStoreEvents | Deprecated |
GraphStoreNull |
A black hole for Quads, add as many as you want and it will forget them all.
|
GraphStoreNullTransactional |
A transactional black hole for Quads, add as many as you want and it will forget them all.
|
GraphStoreWrapper | |
NodeTransformBNodesToVariables | |
TemplateLib | |
UpdateEngineBase | |
UpdateEngineMain |
Default implementation of an update engine
|
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 | |
UsingList | |
UsingUpdateSink |
Adds using clauses from the UsingList to UpdateWithUsing operations; will throw an UpdateException if the modify operation already contains a using clause.
|
Licenced under the Apache License, Version 2.0