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

Method getLastWriteTimesNSUNMetric

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

Source from the content-addressed store, hash-verified

200 }
201
202 @Test (expected = NoSuchUniqueName.class)
203 public void getLastWriteTimesNSUNMetric() throws Exception {
204 query = new TSUIDQuery(tsdb, NSUN_METRIC, tags);
205 query.getLastWriteTimes().joinUninterruptibly();
206 }
207
208 @Test (expected = DeferredGroupException.class)
209 public void getLastWriteTimesNSUNTagk() throws Exception {

Callers

nothing calls this directly

Calls 1

getLastWriteTimesMethod · 0.45

Tested by

no test coverage detected