MCPcopy
hub / github.com/OpenTSDB/opentsdb / setName

Method setName

src/tree/Tree.java:1246–1251  ·  view source on GitHub ↗

@param name A descriptive name for the tree

(String name)

Source from the content-addressed store, hash-verified

1244
1245 /** @param name A descriptive name for the tree */
1246 public void setName(String name) {
1247 if (!this.name.equals(name)) {
1248 changed.put("name", true);
1249 this.name = name;
1250 }
1251 }
1252
1253 /** @param description A brief description of the tree */
1254 public void setDescription(String description) {

Callers 15

setupStorageMethod · 0.95
copyChangesMethod · 0.95
storeTreeMethod · 0.95
createNewTreeMethod · 0.95
createNewFirstTreeMethod · 0.95
createNewTreeOutOfIDsMethod · 0.95
buildTestTreeMethod · 0.95
setupStorageMethod · 0.95
parseTreeV1Method · 0.95
parseTreeMethod · 0.95
serializeMethod · 0.45
justMetricsMethod · 0.45

Calls 2

putMethod · 0.80
equalsMethod · 0.45

Tested by 15

setupStorageMethod · 0.76
copyChangesMethod · 0.76
storeTreeMethod · 0.76
createNewTreeMethod · 0.76
createNewFirstTreeMethod · 0.76
createNewTreeOutOfIDsMethod · 0.76
buildTestTreeMethod · 0.76
setupStorageMethod · 0.76
serializeMethod · 0.36
justMetricsMethod · 0.36