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

Method storeNewNoName

test/meta/TestUIDMeta.java:260–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 }
259
260 @Test (expected = IllegalArgumentException.class)
261 public void storeNewNoName() throws Exception {
262 meta = new UIDMeta(UniqueIdType.METRIC, new byte[] { 0, 0, 1 }, "");
263 meta.storeNew(tsdb).joinUninterruptibly();
264 }
265
266 @Test (expected = IllegalArgumentException.class)
267 public void storeNewNullType() throws Exception {

Callers

nothing calls this directly

Calls 1

storeNewMethod · 0.45

Tested by

no test coverage detected