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

Method toString

src/meta/UIDMeta.java:152–155  ·  view source on GitHub ↗

@return a string with details about this object

()

Source from the content-addressed store, hash-verified

150
151 /** @return a string with details about this object */
152 @Override
153 public String toString() {
154 return "'" + type.toString() + ":" + uid + "'";
155 }
156
157 /**
158 * Attempts a CompareAndSet storage call, loading the object from storage,

Callers 5

callMethod · 0.45
callMethod · 0.45
storeNewMethod · 0.45
deleteMethod · 0.45
getStorageJSONMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected