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

Method getQueryBaseRoute

src/tsd/AbstractHttpQuery.java:316–316  ·  view source on GitHub ↗

Parses the query string to determine the base route for handing a query off to an RPC handler. @return the base route @throws BadRequestException if some necessary part of the query cannot be parsed.

()

Source from the content-addressed store, hash-verified

314 * be parsed.
315 */
316 public abstract String getQueryBaseRoute();
317
318 /**
319 * Attempts to parse the character set from the request header. If not set

Callers 1

handleHttpQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected