|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.modify.UpdateEngineBase
com.hp.hpl.jena.sparql.modify.UpdateEngineMain
public class UpdateEngineMain
Default implementation of an update engine
Developers who only want to change/extend the processing of individual updates can easily
| Constructor Summary | |
|---|---|
UpdateEngineMain(GraphStore graphStore,
Binding inputBinding,
Context context)
Creates a new Update Engine |
|
| Method Summary | |
|---|---|
void |
finishRequest()
Signal end of a request being executed |
static UpdateEngineFactory |
getFactory()
|
UpdateSink |
getUpdateSink()
Returns the UpdateSink. |
void |
startRequest()
Signal start of a request being executed |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateEngineMain(GraphStore graphStore,
Binding inputBinding,
Context context)
graphStore - Graph Store the updates operate overinputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)context - Execution Context| Method Detail |
|---|
public void startRequest()
UpdateEngine
public void finishRequest()
UpdateEngine
public UpdateSink getUpdateSink()
UpdateSink. In this implementation, this is done by
with an UpdateVisitor which will visit each update operation
and send the operation to the associated UpdateEngineWorker.
public static UpdateEngineFactory getFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||