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

Method setShowStats

src/core/TSQuery.java:476–478  ·  view source on GitHub ↗

@param show_stats whether or not to show stats in the serialization

(boolean show_stats)

Source from the content-addressed store, hash-verified

474
475 /** @param show_stats whether or not to show stats in the serialization */
476 public void setShowStats(boolean show_stats) {
477 this.show_stats = show_stats;
478 }
479
480 /** @param show_summary whether or not to show the query summary */
481 public void setShowSummary(boolean show_summary) {

Callers 2

getTestQueryMethod · 0.95
parseQueryMethod · 0.95

Calls

no outgoing calls

Tested by 1

getTestQueryMethod · 0.76