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

Method getScanner

src/core/TsdbQuery.java:1433–1435  ·  view source on GitHub ↗

Returns a scanner set for the given metric (from #metric or from the first TSUID in the #tsuidss list. If one or more tags are provided, it calls into #createAndSetFilter to setup a row key filter. If one or more TSUIDs have been provided, it calls into {@link #createAndSetTS

()

Source from the content-addressed store, hash-verified

1431 * @return A scanner to use for fetching data points
1432 */
1433 protected Scanner getScanner() throws HBaseException {
1434 return getScanner(0);
1435 }
1436
1437 /**
1438 * Returns a scanner set for the given metric (from {@link #metric} or from

Calls 15

stringToUidMethod · 0.95
isValidQueryMethod · 0.95
getMetricScannerMethod · 0.95
getScanEndTimeSecondsMethod · 0.95
tableToBeScannedMethod · 0.95
FAMILYMethod · 0.95
createAndSetFilterMethod · 0.95
isEmptyMethod · 0.80
use_otsdb_timestampMethod · 0.80