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

Method getTSUID

src/meta/TSMeta.java:995–997  ·  view source on GitHub ↗

@return the TSUID as a hex encoded string

()

Source from the content-addressed store, hash-verified

993
994 /** @return the TSUID as a hex encoded string */
995 public final String getTSUID() {
996 return tsuid;
997 }
998
999 /** @return the metric UID meta object */
1000 public final UIDMeta getMetric() {

Callers 12

deserializeMethod · 0.95
parseFromColumnMethod · 0.95
handleTSMetaMethod · 0.95
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
fetchSingleAnnotationMethod · 0.45
processTimeseriesMetaMethod · 0.45
callMethod · 0.45
processRulesetMethod · 0.45
setCurrentNameMethod · 0.45

Calls

no outgoing calls

Tested by 3

deserializeMethod · 0.76
parseFromColumnMethod · 0.76