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

Method getTsuids

src/core/TSSubQuery.java:322–324  ·  view source on GitHub ↗

@return the user supplied list of TSUIDs

()

Source from the content-addressed store, hash-verified

320
321 /** @return the user supplied list of TSUIDs */
322 public List<String> getTsuids() {
323 return tsuids;
324 }
325
326 /** @return the user supplied list of group by query tags, may be empty.
327 * Note that as of version 2.2 this is an immutable list of tags built from

Callers 9

validateTSMethod · 0.95
parseQueryTSUIDTypeMethod · 0.95
parseQuery2TSUIDTypeMethod · 0.95
configureFromQueryMethod · 0.95

Calls

no outgoing calls

Tested by 8

validateTSMethod · 0.76
parseQueryTSUIDTypeMethod · 0.76
parseQuery2TSUIDTypeMethod · 0.76