public interface GraphUpdater extends JsonConfigurable
ExampleGraphUpdater
,
ExamplePollingGraphUpdater
,
GraphUpdaterManager.execute
,
GraphUpdaterConfigurator
Modifier and Type | Method and Description |
---|---|
void |
run()
This is where the updater thread receives updates and applies them to the graph.
|
void |
setGraphUpdaterManager(GraphUpdaterManager updaterManager)
Graph updaters must be aware of their manager to be able to execute GraphWriterRunnables.
|
void |
setup()
Here the updater can be initialized.
|
void |
teardown()
Here the updater can cleanup after itself.
|
configure
void setGraphUpdaterManager(GraphUpdaterManager updaterManager)
updaterManager
- is the parent updater managerGraphWriterRunnable
,
GraphUpdaterManager.execute
void setup() throws Exception
Exception
void run() throws Exception
Exception
void teardown()
Copyright © 2016. All rights reserved.