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

Method Annotation

src/meta/Annotation.java:116–118  ·  view source on GitHub ↗

Default constructor, initializes the change map

()

Source from the content-addressed store, hash-verified

114 * Default constructor, initializes the change map
115 */
116 public Annotation() {
117 initializeChangedMap();
118 }
119
120 /** @return A string with information about the annotation object */
121 @Override

Callers

nothing calls this directly

Calls 1

initializeChangedMapMethod · 0.95

Tested by

no test coverage detected