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

Method getQueryStats

src/core/TSQuery.java:406–409  ·  view source on GitHub ↗

@return the query stats object. Ignored during JSON serialization

()

Source from the content-addressed store, hash-verified

404
405 /** @return the query stats object. Ignored during JSON serialization */
406 @JsonIgnore
407 public QueryStats getQueryStats() {
408 return query_stats;
409 }
410
411 /**
412 * Sets the start time for further parsing. This can be an absolute or

Callers 4

configureFromQueryMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected