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

Method setDescription

src/meta/UIDMeta.java:580–585  ·  view source on GitHub ↗

@param description an optional description of the UID

(final String description)

Source from the content-addressed store, hash-verified

578
579 /** @param description an optional description of the UID */
580 public void setDescription(final String description) {
581 if (!this.description.equals(description)) {
582 changed.put("description", true);
583 this.description = description;
584 }
585 }
586
587 /** @param notes optional notes */
588 public void setNotes(final String notes) {

Callers 1

parseUIDMetaQSMethod · 0.95

Calls 2

putMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected