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

Method getClosestRowBefore

test/TestRegionClient.java:87–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 @Test
88 public void getClosestRowBefore() throws Exception {
89 final RegionClient rclient = new RegionClient(hbase_client);
90 rclient.getClosestRowBefore(region, TABLE, KEY, FAMILY);
91 verifyPrivate(rclient).invoke("sendRpc", rpc);
92 }
93
94 @Test
95 public void getRemoteAddressChanNotSet() throws Exception {

Calls 1

getClosestRowBeforeMethod · 0.95

Tested by

no test coverage detected