Uses of Class
org.apache.hadoop.hbase.NotServingRegionException
Packages that use NotServingRegionException
- 
Uses of NotServingRegionException in org.apache.hadoop.hbase.exceptionsSubclasses of NotServingRegionException in org.apache.hadoop.hbase.exceptionsModifier and TypeClassDescriptionclassSubclass if the server knows the region is now on another server.classSubclass if the server knows the region is now on another server.
- 
Uses of NotServingRegionException in org.apache.hadoop.hbase.regionserverMethods in org.apache.hadoop.hbase.regionserver that throw NotServingRegionExceptionModifier and TypeMethodDescription(package private) voidHRegion.checkInterrupt()Check thread interrupt status and throw an exception if interrupted.protected booleanHRegionServer.closeRegion(String encodedName, boolean abort, ServerName destination) Close asynchronously a region, can be called from the master or internally by the regionserver when stopping.protected HRegionHRegionServer.getRegion(byte[] regionName) Protected Utility method for safely obtaining an HRegion handle.private HRegionHRegionServer.getRegionByEncodedName(byte[] regionName, String encodedRegionName) HRegionServer.getRegionByEncodedName(String encodedRegionName)