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

Method setNotes

src/meta/UIDMeta.java:588–593  ·  view source on GitHub ↗

@param notes optional notes

(final String notes)

Source from the content-addressed store, hash-verified

586
587 /** @param notes optional notes */
588 public void setNotes(final String notes) {
589 if (!this.notes.equals(notes)) {
590 changed.put("notes", true);
591 this.notes = notes;
592 }
593 }
594
595 /** @param custom the custom to set */
596 public void setCustom(final Map<String, String> custom) {

Callers 1

parseUIDMetaQSMethod · 0.95

Calls 2

putMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected