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

Method setQueryStats

src/core/TSQuery.java:497–499  ·  view source on GitHub ↗

@param query_stats the query stats object to associate with this query

(final QueryStats query_stats)

Source from the content-addressed store, hash-verified

495
496 /** @param query_stats the query stats object to associate with this query */
497 public void setQueryStats(final QueryStats query_stats) {
498 this.query_stats = query_stats;
499 }
500
501 /** @return Whether or not the query would like to override the byte limiter. */
502 public boolean overrideByteLimit() {

Callers 3

handleQueryMethod · 0.95
validateTestQueryMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by 1

validateTestQueryMethod · 0.64