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

Method getBackScan

src/tsd/QueryRpc.java:942–944  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

940
941 /** @return Number of hours to scan back in time looking for data */
942 public int getBackScan() {
943 return back_scan;
944 }
945
946 /** @return A list of sub queries */
947 public List<LastPointSubQuery> getQueries() {

Callers 2

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected