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

Method getLastWriteTimesNSUNTagv

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

Source from the content-addressed store, hash-verified

214 }
215
216 @Test (expected = DeferredGroupException.class)
217 public void getLastWriteTimesNSUNTagv() throws Exception {
218 tags.put(TAGK_STRING, "web03");
219 query = new TSUIDQuery(tsdb, METRIC_STRING, tags);
220 query.getLastWriteTimes().joinUninterruptibly();
221 }
222
223 @Test
224 public void getTSMetasSingle() throws Exception {

Callers

nothing calls this directly

Calls 2

putMethod · 0.80
getLastWriteTimesMethod · 0.45

Tested by

no test coverage detected