MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / getRegionNotCached

Method getRegionNotCached

test/TestHBaseClient.java:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 @Test
129 public void getRegionNotCached() throws Exception {
130 this.regions_cache.clear();
131 assertNull(Whitebox.invokeMethod(client, "getRegion", TABLE, KEY));
132 }
133
134 @Test
135 public void getRegionDiffKey() throws Exception {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected