@return the rpc timeout timer
()
| 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) // |
no outgoing calls