Return the mocked TSDB object to use for HBaseClient access @return
()
| 672 | * @return |
| 673 | */ |
| 674 | public TSDB getTSDB() { |
| 675 | return tsdb; |
| 676 | } |
| 677 | |
| 678 | /** |
| 679 | * Runs through all rows in the "tsdb" table and compacts them by making a |
no outgoing calls
no test coverage detected