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

Method setNotes

src/meta/Annotation.java:753–758  ·  view source on GitHub ↗

@param notes the notes to set

(final String notes)

Source from the content-addressed store, hash-verified

751
752 /** @param notes the notes to set */
753 public void setNotes(final String notes) {
754 if (!this.notes.equals(notes)) {
755 this.notes = notes;
756 changed.put("notes", true);
757 }
758 }
759
760 /** @param custom the custom key/value map */
761 public void setCustom(final Map<String, String> custom) {

Callers 3

storeAnnotationMethod · 0.95
publishAnnotationMethod · 0.95
parseQSMethod · 0.95

Calls 2

putMethod · 0.80
equalsMethod · 0.45

Tested by 2

storeAnnotationMethod · 0.76
publishAnnotationMethod · 0.76