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

Method beforeLocal

test/TestRegionClientDecode.java:92–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 // perform zero copy operations.
91
92 @Before
93 public void beforeLocal() throws Exception {
94 when(hbase_client.getDefaultRpcTimeout()).thenReturn(60000);
95 timer.stop();
96 }
97
98 @Test
99 public void goodGetRequest() throws Exception {

Callers

nothing calls this directly

Calls 2

getDefaultRpcTimeoutMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected