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

Method parseAnnotationBulkDeleteV1

src/tsd/HttpSerializer.java:372–377  ·  view source on GitHub ↗

Parses a bulk annotation deletion query object @return Settings used to bulk delete annotations @throws BadRequestException if the plugin has not implemented this method

()

Source from the content-addressed store, hash-verified

370 * @throws BadRequestException if the plugin has not implemented this method
371 */
372 public AnnotationBulkDelete parseAnnotationBulkDeleteV1() {
373 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
374 "The requested API endpoint has not been implemented",
375 this.getClass().getCanonicalName() +
376 " has not implemented parseAnnotationBulkDeleteV1");
377 }
378
379 /**
380 * Formats the results of an HTTP data point storage request

Callers 1

executeBulkDeleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected