MCPcopy
hub / github.com/OpenTSDB/opentsdb / initialize

Method initialize

src/auth/Authorization.java:44–44  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 15

initalizeMethod · 0.65
initalizeBadRegexMethod · 0.65
allowUIDAssignmentMethod · 0.65
initializeMethod · 0.65
initializeMissingHostMethod · 0.65
initializeEmptyHostMethod · 0.65
initializeMissingPortMethod · 0.65
initializeInvalidPortMethod · 0.65
initializeMethod · 0.65

Implementers 1

AllowAllAuthenticatingAuthorizersrc/auth/AllowAllAuthenticatingAuthori

Calls

no outgoing calls

Tested by 15

initalizeMethod · 0.52
initalizeBadRegexMethod · 0.52
allowUIDAssignmentMethod · 0.52
initializeMethod · 0.52
initializeMissingHostMethod · 0.52
initializeEmptyHostMethod · 0.52
initializeMissingPortMethod · 0.52
initializeInvalidPortMethod · 0.52
initializeMethod · 0.52