MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / tsuidFromMetricNSUNTagv

Method tsuidFromMetricNSUNTagv

test/meta/TestTSUIDQuery.java:311–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 }
310
311 @Test (expected = DeferredGroupException.class)
312 public void tsuidFromMetricNSUNTagv() throws Exception {
313 tags.put(TAGK_STRING, "web03");
314 TSUIDQuery.tsuidFromMetric(tsdb, METRIC_STRING, tags).join();
315 }
316
317 @Test (expected = NullPointerException.class)
318 public void tsuidFromMetricNullTSDB() throws Exception {

Callers

nothing calls this directly

Calls 2

tsuidFromMetricMethod · 0.95
putMethod · 0.80

Tested by

no test coverage detected