public interface GraphUpdater extends JsonConfigurable
| Modifier and Type | Method and Description |
|---|---|
void |
run()
This method will run in its own thread.
|
void |
setGraphUpdaterManager(GraphUpdaterManager updaterManager)
Graph updaters must be aware of their manager to be able to execute GraphWriterRunnables.
|
void |
setup(Graph graph)
Here the updater can be initialized.
|
void |
teardown()
Here the updater can clean up after itself.
|
configurevoid setGraphUpdaterManager(GraphUpdaterManager updaterManager)
void setup(Graph graph) throws Exception
Exceptionvoid run() throws Exception
Exceptionvoid teardown()
Copyright © 2018. All rights reserved.