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

Method fetchAllNotMatchedNone

test/tree/TestTree.java:507–515  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

505 }
506
507 @Test
508 public void fetchAllNotMatchedNone() throws Exception {
509 setupStorage(true, true);
510 storage.flushRow(TREE_TABLE, new byte[] { 0, 1, 2 });
511 Map<String, String> not_matched =
512 Tree.fetchNotMatched(storage.getTSDB(), 1, null).joinUninterruptibly();
513 assertNotNull(not_matched);
514 assertEquals(0, not_matched.size());
515 }
516
517 @Test
518 public void fetchNotMatchedSingle() throws Exception {

Callers

nothing calls this directly

Calls 5

setupStorageMethod · 0.95
fetchNotMatchedMethod · 0.95
flushRowMethod · 0.80
getTSDBMethod · 0.80
sizeMethod · 0.65

Tested by

no test coverage detected