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

Method delete

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

Source from the content-addressed store, hash-verified

171 }
172
173 @Test
174 public void delete() throws Exception {
175 meta = UIDMeta.getUIDMeta(tsdb, UniqueIdType.METRIC, "000001")
176 .joinUninterruptibly();
177 meta.delete(tsdb);
178 }
179
180 @Test (expected = IllegalArgumentException.class)
181 public void deleteNullType() throws Exception {

Callers 3

deleteNullTypeMethod · 0.45
deleteNullUIDMethod · 0.45
deleteEmptyUIDMethod · 0.45

Calls 1

getUIDMetaMethod · 0.95

Tested by

no test coverage detected