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

Method getLastWriteTimesNSUNTagk

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

Source from the content-addressed store, hash-verified

206 }
207
208 @Test (expected = DeferredGroupException.class)
209 public void getLastWriteTimesNSUNTagk() throws Exception {
210 tags.clear();
211 tags.put("dc", TAGV_STRING);
212 query = new TSUIDQuery(tsdb, METRIC_STRING, tags);
213 query.getLastWriteTimes().joinUninterruptibly();
214 }
215
216 @Test (expected = DeferredGroupException.class)
217 public void getLastWriteTimesNSUNTagv() throws Exception {

Callers

nothing calls this directly

Calls 3

clearMethod · 0.80
putMethod · 0.80
getLastWriteTimesMethod · 0.45

Tested by

no test coverage detected