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

Method setDisplayName

src/tree/Leaf.java:487–489  ·  view source on GitHub ↗

@param display_name Public display name for the leaf

(final String display_name)

Source from the content-addressed store, hash-verified

485
486 /** @param display_name Public display name for the leaf */
487 public void setDisplayName(final String display_name) {
488 this.display_name = display_name;
489 }
490
491 /** @param tsuid the tsuid to set */
492 public void setTsuid(final String tsuid) {

Callers 15

compareToMethod · 0.95
compareToLessMethod · 0.95
compareToGreaterMethod · 0.95
addLeafExistsMethod · 0.95
addLeafCollisionMethod · 0.95
addLeafMethod · 0.95
getFromStorageMethod · 0.95
syncToStorageMethod · 0.45
syncToStorageNoSuchMethod · 0.45
storeNewMethod · 0.45
syncToStorageMethod · 0.45

Calls

no outgoing calls

Tested by 13

compareToMethod · 0.76
compareToLessMethod · 0.76
compareToGreaterMethod · 0.76
addLeafExistsMethod · 0.76
addLeafCollisionMethod · 0.76
addLeafMethod · 0.76
syncToStorageMethod · 0.36
syncToStorageNoSuchMethod · 0.36
storeNewMethod · 0.36
syncToStorageMethod · 0.36