- All Known Subinterfaces:
UpdateExec,UpdateExecution
- All Known Implementing Classes:
UpdateExecAdapter,UpdateExecDataset,UpdateExecHTTP,UpdateExecutionAdapter,UpdateExecutionHTTP,UpdateProcessorBase
public interface UpdateProcessor
An instance of a execution of an UpdateRequest.
Applies to UpdateExec (GPI) and UpdateExecution (API).
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Executedefault ContextDeprecated.default DatasetGraphDeprecated.
-
Method Details
-
getContext
Deprecated.UpdateProcessors are now built with the builderUpdateExecDatasetBuilderandUpdateExecHTTPBuilder.The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph). Keys should be URIs as strings. May be null (this implementation does not provide any configuration). -
getDatasetGraph
Deprecated.The dataset against which the query will execute. May be null, implying the there isn't a local GraphStore target for this UpdateProcessor. -
execute
void execute()Execute
-
UpdateExecDatasetBuilderandUpdateExecHTTPBuilder.