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

Method parseAnnotationsV1

src/tsd/HttpSerializer.java:360–365  ·  view source on GitHub ↗

Parses a list of annotation objects @return A list of annotation object @throws BadRequestException if the plugin has not implemented this method

()

Source from the content-addressed store, hash-verified

358 * @throws BadRequestException if the plugin has not implemented this method
359 */
360 public List<Annotation> parseAnnotationsV1() {
361 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
362 "The requested API endpoint has not been implemented",
363 this.getClass().getCanonicalName() +
364 " has not implemented parseAnnotationsV1");
365 }
366
367 /**
368 * Parses a bulk annotation deletion query object

Callers 1

executeBulkUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected