The number of RPCs that are queued up and ready to be sent to the region server. When an RPC is sent, this number should be decremented and rpcsInFlight incremented. @return the number of RPCs queued and ready to be sent to region server.
()
| 109 | * @return the number of RPCs queued and ready to be sent to region server. |
| 110 | */ |
| 111 | public int pendingRPCs() { |
| 112 | return pending_rpcs; |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * The current RPC ID. This can be used to track the number of RPC requests |