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

Method formatUidAssignV1

src/tsd/HttpJsonSerializer.java:599–602  ·  view source on GitHub ↗

Format a response from the Uid Assignment RPC @param response A map of lists of pairs representing the results of the assignment @return A JSON structure @throws JSONException if serialization failed

(final 
      Map<String, TreeMap<String, String>> response)

Source from the content-addressed store, hash-verified

597 * @throws JSONException if serialization failed
598 */
599 public ChannelBuffer formatUidAssignV1(final
600 Map<String, TreeMap<String, String>> response) {
601 return this.serializeJSON(response);
602 }
603
604 /**
605 * Format a response from the Uid Rename RPC

Callers

nothing calls this directly

Calls 1

serializeJSONMethod · 0.95

Tested by

no test coverage detected