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

Method writesBlocked

src/RegionClientStats.java:169–171  ·  view source on GitHub ↗

The number of times sending an RPC was blocked due to the socket send buffer being full. This means HBase was not consuming RPCs fast enough. @return The number of writes blocked due to a full buffer.

()

Source from the content-addressed store, hash-verified

167 * @return The number of writes blocked due to a full buffer.
168 */
169 public long writesBlocked() {
170 return writes_blocked;
171 }
172
173 /**
174 * Represents the number of responses that were received from HBase for RPCs

Callers 12

putBatchedMethod · 0.80
putNoFlushingMethod · 0.80
putBatchDisabledMethod · 0.80
appendBatchedMethod · 0.80
appendNoFlushingMethod · 0.80
appendBatchDisabledMethod · 0.80
getRequestNoTimeoutMethod · 0.80
pendingBreachedMethod · 0.80
inflightBreachedMethod · 0.80

Calls

no outgoing calls

Tested by 12

putBatchedMethod · 0.64
putNoFlushingMethod · 0.64
putBatchDisabledMethod · 0.64
appendBatchedMethod · 0.64
appendNoFlushingMethod · 0.64
appendBatchDisabledMethod · 0.64
getRequestNoTimeoutMethod · 0.64
pendingBreachedMethod · 0.64
inflightBreachedMethod · 0.64