public class UpdateEngineNonStreaming extends UpdateEngineMain
Constructor and Description |
---|
UpdateEngineNonStreaming(GraphStore graphStore,
Context context)
Creates a new Update Engine
|
Modifier and Type | Method and Description |
---|---|
void |
finishRequest()
Signal end of a request being executed
|
static UpdateEngineFactory |
getFactory() |
UpdateSink |
getUpdateSink()
Returns an
UpdateSink that adds all update operations into an internal UpdateRequest object. |
void |
startRequest()
Signal start of a request being executed
|
public UpdateEngineNonStreaming(GraphStore graphStore, Context context)
graphStore
- Graph Store the updates operate overcontext
- Execution Contextpublic void startRequest()
UpdateEngine
startRequest
in interface UpdateEngine
startRequest
in class UpdateEngineMain
public void finishRequest()
UpdateEngine
finishRequest
in interface UpdateEngine
finishRequest
in class UpdateEngineMain
public UpdateSink getUpdateSink()
UpdateSink
that adds all update operations into an internal UpdateRequest
object.
After the last update operation has been added, the execute()
method is called.getUpdateSink
in interface UpdateEngine
getUpdateSink
in class UpdateEngineMain
public static UpdateEngineFactory getFactory()
Licenced under the Apache License, Version 2.0