MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getRequestHeaders

Method getRequestHeaders

src/stats/QueryStats.java:707–709  ·  view source on GitHub ↗

@return The multi-mapped set of request headers associated with the query

()

Source from the content-addressed store, hash-verified

705
706 /** @return The multi-mapped set of request headers associated with the query */
707 public Map<String, String> getRequestHeaders() {
708 return headers;
709 }
710
711 /** @return The number of currently running queries */
712 public int getNumRunningQueries() {

Callers 2

ctorMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by 1

ctorMethod · 0.76