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

Method setTsuids

src/core/TSSubQuery.java:410–412  ·  view source on GitHub ↗

@param tsuids a list of timeseries UIDs as hex encoded strings to fetch

(List<String> tsuids)

Source from the content-addressed store, hash-verified

408
409 /** @param tsuids a list of timeseries UIDs as hex encoded strings to fetch */
410 public void setTsuids(List<String> tsuids) {
411 this.tsuids = tsuids;
412 }
413
414 /** @return The percentile parameters */
415 public List<Float> getPercentiles() {

Calls

no outgoing calls