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

Method isDead

src/RegionClientStats.java:134–136  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

statsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected