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

Method hasTimedOut

src/HBaseRpc.java:694–696  ·  view source on GitHub ↗

@return Whether or not this particular RPC has timed out and should not be retried

()

Source from the content-addressed store, hash-verified

692 /** @return Whether or not this particular RPC has timed out and should not
693 * be retried */
694 final synchronized boolean hasTimedOut() {
695 return has_timedout;
696 }
697
698 /**
699 * Package private way of making an RPC complete by giving it its result.

Callers 4

enqueueTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by 4

enqueueTimeoutMethod · 0.64