Package org.apache.jena.sparql.modify
-
Interface Summary Interface Description UpdateEngine An UpdateEngine provides an interface to execute a SPARQL update request.UpdateEngineFactory Interface for factories that accept and process SPARQL update requests.UpdateSink AnUpdateSink
is an object usually created by a container (such as a storage engine or anUpdateRequest
) that can process or store the quads for INSERT DATA and DELETE DATA in a single SPARQL Update. -
Class Summary Class Description 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 executionUpdateProcessorBase Class to hold the general state of a update request execution.UpdateProcessorStreamingBase Class to hold the general state of a update request execution.UpdateProcessRemote Deprecated. UseUpdateExecutionHTTP
created withUpdateExecutionHTTPBuilder
.UpdateProcessRemoteBase Deprecated. UseUpdateExecutionHTTP
created withUpdateExecutionHTTPBuilder
.UpdateProcessRemoteForm Deprecated. UseUpdateExecutionHTTP
created withUpdateExecutionHTTPBuilder
.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.