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

Method deleteGlobal

test/meta/TestAnnotation.java:428–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426 }
427
428 @Test
429 public void deleteGlobal() throws Exception {
430 setupStorage(false);
431 note.setStartTime(1328140800);
432 note.delete(tsdb).joinUninterruptibly();
433 assertNull(storage.getColumn(global_row_key,
434 new byte[] { 1, 0, 0 }));
435 assertNotNull(storage.getColumn(global_row_key,
436 new byte[] { 1, 0, 1 }));
437 }
438
439 @Test
440 public void deleteGlobalSalted() throws Exception {

Callers

nothing calls this directly

Calls 4

setupStorageMethod · 0.95
getColumnMethod · 0.80
setStartTimeMethod · 0.65
deleteMethod · 0.45

Tested by

no test coverage detected