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
()
| 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 |