MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / getRegionCachedBeyondStopKey

Method getRegionCachedBeyondStopKey

test/TestHBaseClient.java:203–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201// }
202
203 @Test
204 public void getRegionCachedBeyondStopKey() throws Exception {
205 final RegionInfo keyed_region = new RegionInfo(TABLE, region.name(),
206 "aaa".getBytes(CHARSET));
207 regions_cache.put(region.name(), keyed_region);
208 assertNull(Whitebox.invokeMethod(client, "getRegion", TABLE, KEY));
209 }
210
211 @Test
212 public void getRegionCachedAfterStopKey() throws Exception {

Callers

nothing calls this directly

Calls 2

putMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected