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.
|
configure
void setGraphUpdaterManager(GraphUpdaterManager updaterManager)
void setup(Graph graph) throws Exception
Exception
void run() throws Exception
Exception
void teardown()
Copyright © 2018. All rights reserved.