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

Method setBackScan

src/tsd/QueryRpc.java:957–959  ·  view source on GitHub ↗

@param back_scan Number of hours to scan back in time looking for data

(final int back_scan)

Source from the content-addressed store, hash-verified

955
956 /** @param back_scan Number of hours to scan back in time looking for data */
957 public void setBackScan(final int back_scan) {
958 this.back_scan = back_scan;
959 }
960
961 /** @param queries A list of sub queries to execute */
962 public void setQueries(final List<LastPointSubQuery> queries) {

Callers 1

parseLastPointQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected