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

Method formatTSMetaV1

src/tsd/HttpJsonSerializer.java:1005–1007  ·  view source on GitHub ↗

Format a single TSMeta object @param meta The TSMeta object to serialize @return A JSON structure @throws JSONException if serialization failed

(final TSMeta meta)

Source from the content-addressed store, hash-verified

1003 * @throws JSONException if serialization failed
1004 */
1005 public ChannelBuffer formatTSMetaV1(final TSMeta meta) {
1006 return this.serializeJSON(meta);
1007 }
1008
1009 /**
1010 * Format a a list of TSMeta objects

Callers

nothing calls this directly

Calls 1

serializeJSONMethod · 0.95

Tested by

no test coverage detected