Uses of Class
org.apache.hadoop.hbase.NotServingRegionException

Packages that use NotServingRegionException
org.apache.hadoop.hbase.exceptions   
org.apache.hadoop.hbase.regionserver   
 

Uses of NotServingRegionException in org.apache.hadoop.hbase.exceptions
 

Subclasses of NotServingRegionException in org.apache.hadoop.hbase.exceptions
 class RegionInRecoveryException
          Thrown when a read request issued against a region which is in recovering state.
 class RegionMovedException
          Subclass if the server knows the region is now on another server.
 class RegionOpeningException
          Subclass if the server knows the region is now on another server.
 

Uses of NotServingRegionException in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that throw NotServingRegionException
protected  boolean HRegionServer.closeRegion(String encodedName, boolean abort, boolean zk, int versionOfClosingNode, ServerName sn)
          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.
protected  HRegion HRegionServer.getRegionByEncodedName(byte[] regionName, String encodedRegionName)
           
protected  HRegion HRegionServer.getRegionByEncodedName(String encodedRegionName)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.