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

Method getTSDB

test/storage/MockBase.java:674–676  ·  view source on GitHub ↗

Return the mocked TSDB object to use for HBaseClient access @return

()

Source from the content-addressed store, hash-verified

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

Callers 15

fetchRuleMethod · 0.80
fetchRuleDoesNotExistMethod · 0.80
fetchRuleBadTreeID0Method · 0.80
fetchRuleBadLevelMethod · 0.80
fetchRuleBadOrderMethod · 0.80
storeRuleMethod · 0.80
storeRuleMegeMethod · 0.80
storeRuleBadID0Method · 0.80
storeRuleBadID65536Method · 0.80
storeRuleNoChangesMethod · 0.80
storeRuleInvalidTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected