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 inflightRPCs incremented. @return the number of RPCs queued and ready to be sent to region server. @since 1.7
()
| 325 | * @since 1.7 |
| 326 | */ |
| 327 | public long pendingRPCs() { |
| 328 | return pending_rpcs; |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | * The number of batched RPCs waiting to be sent to the server. |
no outgoing calls