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

Packages that use HRegion
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
 

Uses of HRegion in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase with type parameters of type HRegion
protected  SortedMap<Text,HRegion> HRegionServer.onlineRegions
           
protected  Map<Text,HRegion> HRegionServer.retiringRegions
           
 

Methods in org.apache.hadoop.hbase that return HRegion
protected  HRegion HRegionServer.getRegion(Text regionName)
          Protected utility method for safely obtaining an HRegion handle.
protected  HRegion HRegionServer.getRegion(Text regionName, boolean checkRetiringRegions)
          Protected utility method for safely obtaining an HRegion handle.
 



Copyright © 2006 The Apache Software Foundation