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

Method getScanStartTimeSeconds

src/core/TsdbQuery.java:1908–1910  ·  view source on GitHub ↗

@return the start time of the HBase scan for unit tests.

(final TsdbQuery query)

Source from the content-addressed store, hash-verified

1906
1907 /** @return the start time of the HBase scan for unit tests. */
1908 static long getScanStartTimeSeconds(final TsdbQuery query) {
1909 return query.getScanStartTimeSeconds();
1910 }
1911
1912 /** @return the end time of the HBase scan for unit tests. */
1913 static long getScanEndTimeSeconds(final TsdbQuery query) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected