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

Method getScanEndTimeSeconds

src/core/TsdbQuery.java:1913–1915  ·  view source on GitHub ↗

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

(final TsdbQuery query)

Source from the content-addressed store, hash-verified

1911
1912 /** @return the end time of the HBase scan for unit tests. */
1913 static long getScanEndTimeSeconds(final TsdbQuery query) {
1914 return query.getScanEndTimeSeconds();
1915 }
1916
1917 /** @return the downsampling interval for unit tests. */
1918 static long getDownsampleIntervalMs(final TsdbQuery query) {

Callers

nothing calls this directly

Calls 1

getScanEndTimeSecondsMethod · 0.45

Tested by

no test coverage detected