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

Method formatAnnotationV1

src/tsd/HttpSerializer.java:672–677  ·  view source on GitHub ↗

Format an annotation object @param note The annotation object to format @return A ChannelBuffer object to pass on to the caller @throws BadRequestException if the plugin has not implemented this method

(final Annotation note)

Source from the content-addressed store, hash-verified

670 * @throws BadRequestException if the plugin has not implemented this method
671 */
672 public ChannelBuffer formatAnnotationV1(final Annotation note) {
673 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
674 "The requested API endpoint has not been implemented",
675 this.getClass().getCanonicalName() +
676 " has not implemented formatAnnotationV1");
677 }
678
679 /**
680 * Format a list of annotation objects

Callers 2

executeMethod · 0.45
fetchSingleAnnotationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected