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

Method setTotalResults

src/search/SearchQuery.java:269–271  ·  view source on GitHub ↗

@param total_results The total number of results matched on the query

(int total_results)

Source from the content-addressed store, hash-verified

267
268 /** @param total_results The total number of results matched on the query */
269 public void setTotalResults(int total_results) {
270 this.total_results = total_results;
271 }
272
273 /** @param time The amount of time it took to complete the query */
274 public void setTime(float time) {

Callers 3

executeQueryMethod · 0.80
answerMethod · 0.80
callMethod · 0.80

Calls

no outgoing calls

Tested by 2

executeQueryMethod · 0.64
answerMethod · 0.64