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

Method getRpcTimeoutTimer

src/HBaseClient.java:2670–2672  ·  view source on GitHub ↗

@return the rpc timeout timer

()

Source from the content-addressed store, hash-verified

2668
2669 /** @return the rpc timeout timer */
2670 HashedWheelTimer getRpcTimeoutTimer() {
2671 return rpc_timeout_timer;
2672 }
2673
2674 // --------------------------------------------------- //
2675 // Code that find regions (in our cache or using RPCs) //

Callers 2

beforeMethod · 0.80
enqueueTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by 1

beforeMethod · 0.64