MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / version

Method version

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

Should return the version of this plugin in the format: MAJOR.MINOR.MAINT, e.g. 2.0.1. The MAJOR version should match the major version of OpenTSDB the plugin is meant to work with. @return A version string used to log the loaded version

()

Source from the content-addressed store, hash-verified

59 * @return A version string used to log the loaded version
60 */
61 public abstract String version();
62
63 /**
64 * Called by the TSD when a request for statistics collection has come in. The

Callers 6

versionMethod · 0.65
versionMethod · 0.65
versionMethod · 0.65
versionMethod · 0.65
initializePluginsMethod · 0.65

Implementers 1

AllowAllAuthenticatingAuthorizersrc/auth/AllowAllAuthenticatingAuthori

Calls

no outgoing calls

Tested by 4

versionMethod · 0.52
versionMethod · 0.52
versionMethod · 0.52
versionMethod · 0.52