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

Method getQueryStartTimestamp

src/stats/QueryStats.java:744–746  ·  view source on GitHub ↗

@return When the query was received and started executing, in ms

()

Source from the content-addressed store, hash-verified

742
743 /** @return When the query was received and started executing, in ms */
744 public long getQueryStartTimestamp() {
745 return query_start_ms;
746 }
747
748 /** @return When the query was marked as completed, in ms */
749 public long getQueryCompletedTimestamp() {

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected