Called by TSDB to initialize the plugin Implementations are responsible for setting up any IO they need as well as starting any required background threads. Note: Implementations should throw exceptions if they can't start up properly. The TSD will then shutdown so the operator can fix the pr
(final TSDB tsdb)
| 42 | * @throws RuntimeException if something else goes wrong |
| 43 | */ |
| 44 | public abstract void initialize(final TSDB tsdb); |
| 45 | |
| 46 | /** |
| 47 | * Called to gracefully shutdown the plugin. Implementations should close |
no outgoing calls