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

Method setDisplayName

src/meta/UIDMeta.java:572–577  ·  view source on GitHub ↗

@param display_name an optional descriptive name for the UID

(final String display_name)

Source from the content-addressed store, hash-verified

570
571 /** @param display_name an optional descriptive name for the UID */
572 public void setDisplayName(final String display_name) {
573 if (!this.display_name.equals(display_name)) {
574 changed.put("display_name", true);
575 this.display_name = display_name;
576 }
577 }
578
579 /** @param description an optional description of the UID */
580 public void setDescription(final String description) {

Callers 2

setupAssignMethod · 0.95
parseUIDMetaQSMethod · 0.95

Calls 2

putMethod · 0.80
equalsMethod · 0.45

Tested by 1

setupAssignMethod · 0.76