Uses of Class
org.apache.hadoop.hbase.NotServingRegionException
-
Uses of NotServingRegionException in org.apache.hadoop.hbase.exceptions
Modifier and TypeClassDescriptionclass
Subclass if the server knows the region is now on another server.class
Subclass if the server knows the region is now on another server. -
Uses of NotServingRegionException in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescription(package private) void
HRegion.checkInterrupt()
Check thread interrupt status and throw an exception if interrupted.protected boolean
HRegionServer.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 HRegion
HRegionServer.getRegion
(byte[] regionName) Protected Utility method for safely obtaining an HRegion handle.private HRegion
HRegionServer.getRegionByEncodedName
(byte[] regionName, String encodedRegionName) HRegionServer.getRegionByEncodedName
(String encodedRegionName)