MCPcopy
hub / github.com/OpenTSDB/opentsdb / setTime

Method setTime

src/search/SearchQuery.java:274–276  ·  view source on GitHub ↗

@param time The amount of time it took to complete the query

(float time)

Source from the content-addressed store, hash-verified

272
273 /** @param time The amount of time it took to complete the query */
274 public void setTime(float time) {
275 this.time = time;
276 }
277
278 /** @param results The result set*/
279 public void setResults(List<Object> results) {

Calls

no outgoing calls