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

Packages that use NotServingRegionException
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
 

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

Methods in org.apache.hadoop.hbase.ipc that throw NotServingRegionException
 HRegionInfo HRegionInterface.getRegionInfo(byte[] regionName)
          Get metainfo about an HRegion
 

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

Methods in org.apache.hadoop.hbase.regionserver that throw NotServingRegionException
protected  HRegion HRegionServer.getRegion(byte[] regionName)
          Protected utility method for safely obtaining an HRegion handle.
 HRegionInfo HRegionServer.getRegionInfo(byte[] regionName)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.