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

Method initializeChangedMap

src/meta/UIDMeta.java:483–490  ·  view source on GitHub ↗

Sets or resets the changed map flags

()

Source from the content-addressed store, hash-verified

481 * Sets or resets the changed map flags
482 */
483 private void initializeChangedMap() {
484 // set changed flags
485 changed.put("display_name", false);
486 changed.put("description", false);
487 changed.put("notes", false);
488 changed.put("custom", false);
489 changed.put("created", false);
490 }
491
492 /**
493 * Formats the JSON output for writing to storage. It drops objects we don't

Callers 4

UIDMetaMethod · 0.95
callMethod · 0.95
callMethod · 0.95
syncMetaMethod · 0.95

Calls 1

putMethod · 0.80

Tested by

no test coverage detected