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

Method formatUidMetaV1

src/tsd/HttpSerializer.java:545–550  ·  view source on GitHub ↗

Format a single UIDMeta object @param meta The UIDMeta object to serialize @return A ChannelBuffer object to pass on to the caller @throws BadRequestException if the plugin has not implemented this method

(final UIDMeta meta)

Source from the content-addressed store, hash-verified

543 * @throws BadRequestException if the plugin has not implemented this method
544 */
545 public ChannelBuffer formatUidMetaV1(final UIDMeta meta) {
546 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
547 "The requested API endpoint has not been implemented",
548 this.getClass().getCanonicalName() +
549 " has not implemented formatUidMetaV1");
550 }
551
552 /**
553 * Format a single TSMeta object

Callers 1

handleUIDMetaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected