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

Method parseQuery

src/tsd/QueryRpc.java:521–523  ·  view source on GitHub ↗

Parses a query string legacy style query from the URI @param tsdb The TSDB we belong to @param query The HTTP Query for parsing @return A TSQuery if parsing was successful @throws BadRequestException if parsing was unsuccessful @since 2.3

(final TSDB tsdb, final HttpQuery query)

Source from the content-addressed store, hash-verified

519 * @since 2.3
520 */
521 public static TSQuery parseQuery(final TSDB tsdb, final HttpQuery query) {
522 return parseQuery(tsdb, query, null);
523 }
524
525 /**
526 * Parses a query string legacy style query from the URI

Callers 2

doGraphMethod · 0.95
handleQueryMethod · 0.95

Calls 15

setStartMethod · 0.95
setEndMethod · 0.95
setPaddingMethod · 0.95
setNoAnnotationsMethod · 0.95
setGlobalAnnotationsMethod · 0.95
setShowTSUIDsMethod · 0.95
setMsResolutionMethod · 0.95
setShowQueryMethod · 0.95
setShowStatsMethod · 0.95
setShowSummaryMethod · 0.95
parseMTypeSubQueryMethod · 0.95

Tested by

no test coverage detected