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

Method initializeChangedMap

src/meta/Annotation.java:582–588  ·  view source on GitHub ↗

Sets or resets the changed map flags

()

Source from the content-addressed store, hash-verified

580 * Sets or resets the changed map flags
581 */
582 private void initializeChangedMap() {
583 // set changed flags
584 changed.put("end_time", false);
585 changed.put("description", false);
586 changed.put("notes", false);
587 changed.put("custom", false);
588 }
589
590 /**
591 * Calculates and returns the column qualifier. The qualifier is the offset

Callers 2

AnnotationMethod · 0.95
syncNoteMethod · 0.95

Calls 1

putMethod · 0.80

Tested by

no test coverage detected