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

Method getQuery

src/stats/QueryStats.java:739–741  ·  view source on GitHub ↗

@return The full query

()

Source from the content-addressed store, hash-verified

737
738 /** @return The full query */
739 public TSQuery getQuery() {
740 return query;
741 }
742
743 /** @return When the query was received and started executing, in ms */
744 public long getQueryStartTimestamp() {

Callers 3

toStringMethod · 0.95
requestSuggestionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected