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

Method setTSUID

src/meta/TSMeta.java:1102–1104  ·  view source on GitHub ↗

@param tsuid The TSUID of the timeseries.

(final String tsuid)

Source from the content-addressed store, hash-verified

1100
1101 /** @param tsuid The TSUID of the timeseries. */
1102 public final void setTSUID(final String tsuid) {
1103 this.tsuid = tsuid;
1104 }
1105
1106 /** @param custom optional key/value map */
1107 public final void setCustom(final Map<String, String> custom) {

Callers 12

handleTSMetaMethod · 0.95
syncToStorageMethod · 0.45
syncToStorageSaltedMethod · 0.45
getStorageJSONTagsMethod · 0.45
deleteMethod · 0.45
deleteSaltedMethod · 0.45
deleteNormalizeMsMethod · 0.45
deleteNotFoundMethod · 0.45
deleteMissingStartMethod · 0.45

Calls

no outgoing calls

Tested by 11

syncToStorageMethod · 0.36
syncToStorageSaltedMethod · 0.36
getStorageJSONTagsMethod · 0.36
deleteMethod · 0.36
deleteSaltedMethod · 0.36
deleteNormalizeMsMethod · 0.36
deleteNotFoundMethod · 0.36
deleteMissingStartMethod · 0.36