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

Method getQueryCompletedTimestamp

src/stats/QueryStats.java:749–751  ·  view source on GitHub ↗

@return When the query was marked as completed, in ms

()

Source from the content-addressed store, hash-verified

747
748 /** @return When the query was marked as completed, in ms */
749 public long getQueryCompletedTimestamp() {
750 return query_completed_ts;
751 }
752
753 /** @return Whether or not the data was successfully sent to the client */
754 public boolean getSentToClient() {

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected