public class UpdateProcessorStreamingBase extends Object implements UpdateProcessorStreaming
| Constructor and Description |
|---|
UpdateProcessorStreamingBase(DatasetGraph datasetGraph,
Binding inputBinding,
Context context,
UpdateEngineFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishRequest()
Finish the request, call after putting updates into the Sink
|
Context |
getContext()
The properties associated with a query execution -
implementation specific parameters This includes
Java objects (so it is not an RDF graph).
|
DatasetGraph |
getDatasetGraph()
The dataset against which the query will execute.
|
UpdateSink |
getUpdateSink()
The UpdateSink into which Updates are added and executed
|
void |
startRequest()
Start the request, call before putting updates into the Sink
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGraphStorepublic UpdateProcessorStreamingBase(DatasetGraph datasetGraph, Binding inputBinding, Context context, UpdateEngineFactory factory)
public void startRequest()
UpdateProcessorStreamingstartRequest in interface UpdateProcessorStreamingpublic void finishRequest()
UpdateProcessorStreamingfinishRequest in interface UpdateProcessorStreamingpublic UpdateSink getUpdateSink()
UpdateProcessorStreaminggetUpdateSink in interface UpdateProcessorStreamingpublic DatasetGraph getDatasetGraph()
UpdateProcessorStreaminggetDatasetGraph in interface UpdateProcessorStreamingpublic Context getContext()
UpdateProcessorStreaminggetContext in interface UpdateProcessorStreamingLicenced under the Apache License, Version 2.0