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

Method setShowQuery

src/core/TSQuery.java:471–473  ·  view source on GitHub ↗

@param show_query whether or not to show the query with the serialization

(boolean show_query)

Source from the content-addressed store, hash-verified

469
470 /** @param show_query whether or not to show the query with the serialization */
471 public void setShowQuery(boolean show_query) {
472 this.show_query = show_query;
473 }
474
475 /** @param show_stats whether or not to show stats in the serialization */
476 public void setShowStats(boolean show_stats) {

Callers 2

parseQueryMethod · 0.95

Calls

no outgoing calls

Tested by 1