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

Method rpcsSent

src/RegionClientStats.java:91–93  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by 15

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