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

Packages that use NotServingRegionException
org.apache.hadoop.hbase.ipc   
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)
          Get metainfo about an HRegion
 



Copyright © 2008 The Apache Software Foundation