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

Method getUser

src/stats/QueryStats.java:702–704  ·  view source on GitHub ↗

@return The user who executed the query if known

()

Source from the content-addressed store, hash-verified

700
701 /** @return The user who executed the query if known */
702 public String getUser() {
703 return user;
704 }
705
706 /** @return The multi-mapped set of request headers associated with the query */
707 public Map<String, String> getRequestHeaders() {

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected