MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getPath

Method getPath

src/tsd/HttpRpcPlugin.java:100–100  ·  view source on GitHub ↗

The (web) path this plugin should be available at. This value should start with a / . However, it must not contain the system's plugin base path or the plugin will fail to load. Here are some examples where path --(is available at)--> serve

()

Source from the content-addressed store, hash-verified

98 * @return a slash separated path
99 */
100 public abstract String getPath();
101
102 /**
103 * Executes the plugin for the given query received on the path derived from

Callers 6

loadHttpRpcPluginMethod · 0.95
getQueryPathMethod · 0.45
staleCacheFileMethod · 0.45
readFileMethod · 0.45

Calls

no outgoing calls

Tested by 1

loadHttpRpcPluginMethod · 0.76