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

Method getRegionCachedSameStopKey

test/TestHBaseClient.java:224–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 }
223
224 @Test
225 public void getRegionCachedSameStopKey() throws Exception {
226 final RegionInfo keyed_region = new RegionInfo(TABLE, region.name(), KEY);
227 regions_cache.put(region.name(), keyed_region);
228 assertNull(Whitebox.invokeMethod(client, "getRegion", TABLE, KEY));
229 }
230
231 @Test
232 public void createRegionSearchKey() throws Exception {

Callers

nothing calls this directly

Calls 2

putMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected