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

Method isAlive

src/RegionClient.java:298–300  ·  view source on GitHub ↗

Tells whether or not this handler should be used. This method is not synchronized. You need to synchronize on this instance if you need a memory visibility guarantee. You may not need this guarantee if you're OK with the RPC finding out that the connection has been reset "the hard way" and you

()

Source from the content-addressed store, hash-verified

296 * be invalidated) and that you shouldn't use this instance.
297 */
298 public boolean isAlive() {
299 return !dead;
300 }
301
302 /**
303 * @return The remote address this client is connected to

Callers 15

simpleNSREMethod · 0.95
doubleNSREMethod · 0.95
multiGetMethod · 0.95
sendRpcToRegionMethod · 0.95
locateRegionMethod · 0.95
newClientMethod · 0.95
simpleGetMethod · 0.80
getWithFamilyMethod · 0.80
getWithQualifierMethod · 0.80
getWithFamilyStringMethod · 0.80
simpleMultiGetsMethod · 0.80

Calls

no outgoing calls

Tested by 15

simpleNSREMethod · 0.76
doubleNSREMethod · 0.76
simpleGetMethod · 0.64
getWithFamilyMethod · 0.64
getWithQualifierMethod · 0.64
getWithFamilyStringMethod · 0.64
simpleMultiGetsMethod · 0.64
simpleGetMethod · 0.64
alreadyNSREdRegionMethod · 0.64