Packages that use org.apache.hadoop.hbase.NotServingRegionException
-
class
org.apache.hadoop.hbase.exceptions.RegionMovedException
Subclass if the server knows the region is now on another server.
class
org.apache.hadoop.hbase.exceptions.RegionOpeningException
Subclass if the server knows the region is now on another server.
-
protected boolean
HRegionServer.closeRegion(String encodedName,
boolean abort,
org.apache.hadoop.hbase.ServerName destination)
Close asynchronously a region, can be called from the master or internally by the regionserver
when stopping.
protected org.apache.hadoop.hbase.regionserver.HRegion
HRegionServer.getRegion(byte[] regionName)
Protected Utility method for safely obtaining an HRegion handle.
org.apache.hadoop.hbase.regionserver.HRegion
HRegionServer.getRegionByEncodedName(String encodedRegionName)