Uses of Class
org.apache.hadoop.hbase.NotServingRegionException
Packages that use org.apache.hadoop.hbase.NotServingRegionException
-
Uses of org.apache.hadoop.hbase.NotServingRegionException in org.apache.hadoop.hbase.exceptions
Subclasses of org.apache.hadoop.hbase.NotServingRegionException in in org.apache.hadoop.hbase.exceptionsModifier and TypeClassDescriptionclass
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. -
Uses of org.apache.hadoop.hbase.NotServingRegionException in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that throw org.apache.hadoop.hbase.NotServingRegionException in inModifier and TypeMethodDescriptionprotected 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)