Whether or not this region client has been marked as dead and should not be used for requests. This likely means the host or server has failed or we simply can't connect any more. @return whether this region client has been marked as dead and should not be used for requests.
()
| 132 | * be used for requests. |
| 133 | */ |
| 134 | public boolean isDead() { |
| 135 | return dead; |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * The remote endpoint of the region server this client is connecting to. |