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

Method pendingRPCs

src/ClientStats.java:327–329  ·  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 inflightRPCs incremented. @return the number of RPCs queued and ready to be sent to region server. @since 1.7

()

Source from the content-addressed store, hash-verified

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.

Callers 15

putBatchedMethod · 0.45
putNoFlushingMethod · 0.45
putBatchDisabledMethod · 0.45
appendBatchedMethod · 0.45
appendNoFlushingMethod · 0.45
appendBatchDisabledMethod · 0.45
getRequestMethod · 0.45
getRequestNoTimeoutMethod · 0.45
multiActionMethod · 0.45

Calls

no outgoing calls

Tested by 15

putBatchedMethod · 0.36
putNoFlushingMethod · 0.36
putBatchDisabledMethod · 0.36
appendBatchedMethod · 0.36
appendNoFlushingMethod · 0.36
appendBatchDisabledMethod · 0.36
getRequestMethod · 0.36
getRequestNoTimeoutMethod · 0.36
multiActionMethod · 0.36