|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.modify.UpdateProcessorStreamingBase
public class UpdateProcessorStreamingBase
Class to hold the general state of a update request execution. See query ExecutionContext
| Constructor Summary | |
|---|---|
UpdateProcessorStreamingBase(GraphStore graphStore,
Binding inputBinding,
Context context,
UpdateEngineFactory factory)
|
|
| Method Summary | |
|---|---|
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). |
GraphStore |
getGraphStore()
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateProcessorStreamingBase(GraphStore graphStore,
Binding inputBinding,
Context context,
UpdateEngineFactory factory)
| Method Detail |
|---|
public void startRequest()
UpdateProcessorStreaming
startRequest in interface UpdateProcessorStreamingpublic void finishRequest()
UpdateProcessorStreaming
finishRequest in interface UpdateProcessorStreamingpublic UpdateSink getUpdateSink()
UpdateProcessorStreaming
getUpdateSink in interface UpdateProcessorStreamingpublic GraphStore getGraphStore()
UpdateProcessorStreaming
getGraphStore in interface UpdateProcessorStreamingpublic Context getContext()
UpdateProcessorStreaming
getContext in interface UpdateProcessorStreaming
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||