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

Method getExecuted

src/stats/QueryStats.java:734–736  ·  view source on GitHub ↗

@return The number of times this query has been executed from the same endpoint.

()

Source from the content-addressed store, hash-verified

732 /** @return The number of times this query has been executed from the same
733 * endpoint. */
734 public long getExecuted() {
735 return executed;
736 }
737
738 /** @return The full query */
739 public TSQuery getQuery() {

Callers 3

executedMethod · 0.95
executedTwiceMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by 2

executedMethod · 0.76
executedTwiceMethod · 0.76