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

Method getNumRunningQueries

src/stats/QueryStats.java:712–714  ·  view source on GitHub ↗

@return The number of currently running queries

()

Source from the content-addressed store, hash-verified

710
711 /** @return The number of currently running queries */
712 public int getNumRunningQueries() {
713 return running_queries.size();
714 }
715
716 /** @return An exception associated with the query or null if the query
717 * returned successfully. */

Callers 1

toStringMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected