Represents the total number of RPCs sent from this client to the server, whether they were successful or not. @return The number of RPCs sent over TCP to the server
()
| 89 | * @return The number of RPCs sent over TCP to the server |
| 90 | */ |
| 91 | public long rpcsSent() { |
| 92 | return rpcs_sent; |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Represents the number of RPCs that have been sent to the region client |
no outgoing calls