@return Whether or not this particular RPC has timed out and should not be retried
()
| 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. |
no outgoing calls