MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / pendingRPCs

Method pendingRPCs

src/RegionClientStats.java:111–113  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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

Callers 1

statsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected