Uses of Class
org.apache.hadoop.hbase.exceptions.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 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(String encodedRegionName)
           
 void HRegion.startRegionOperation()
          This method needs to be called before any public call that reads or modifies data.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.