MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / UIDMeta

Method UIDMeta

src/meta/UIDMeta.java:119–121  ·  view source on GitHub ↗

Default constructor Initializes the the changed map

()

Source from the content-addressed store, hash-verified

117 * Initializes the the changed map
118 */
119 public UIDMeta() {
120 initializeChangedMap();
121 }
122
123 /**
124 * Constructor used for overwriting. Will not reset the name or created values

Callers

nothing calls this directly

Calls 4

initializeChangedMapMethod · 0.95
uidToStringMethod · 0.95
putMethod · 0.80
currentTimeMillisMethod · 0.45

Tested by

no test coverage detected