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

Method deleteNullUID

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

Source from the content-addressed store, hash-verified

184 }
185
186 @Test (expected = IllegalArgumentException.class)
187 public void deleteNullUID() throws Exception {
188 meta = new UIDMeta(UniqueIdType.METRIC, null);
189 meta.delete(tsdb);
190 }
191
192 @Test (expected = IllegalArgumentException.class)
193 public void deleteEmptyUID() throws Exception {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected