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

Method knownToBeNSREd

src/HBaseClient.java:3387–3389  ·  view source on GitHub ↗

Returns true if this region is known to be NSRE'd and shouldn't be used. @see #handleNSRE

(final RegionInfo region)

Source from the content-addressed store, hash-verified

3385 * @see #handleNSRE
3386 */
3387 private static boolean knownToBeNSREd(final RegionInfo region) {
3388 return region.table() == EMPTY_ARRAY;
3389 }
3390
3391 /** Log a message for every N RPCs we buffer due to an NSRE. */
3392 private static final short NSRE_LOG_EVERY = 500;

Callers 3

unlockRowMethod · 0.95
sendRpcToRegionMethod · 0.95
discoverRegionMethod · 0.95

Calls 1

tableMethod · 0.65

Tested by

no test coverage detected