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

Method parseSearchQueryV1

src/tsd/HttpSerializer.java:238–243  ·  view source on GitHub ↗

Parses a SearchQuery request @return The parsed search query @throws BadRequestException if the plugin has not implemented this method

()

Source from the content-addressed store, hash-verified

236 * @throws BadRequestException if the plugin has not implemented this method
237 */
238 public SearchQuery parseSearchQueryV1() {
239 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
240 "The requested API endpoint has not been implemented",
241 this.getClass().getCanonicalName() +
242 " has not implemented parseSearchQueryV1");
243 }
244
245 /**
246 * Parses a timeseries data query

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected