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.
 

Methods in org.apache.hadoop.hbase that return types with arguments of type HRegion
 SortedMap<Text,HRegion> HRegionServer.getOnlineRegions()
           
protected  Set<HRegion> HRegionServer.getRegionsToCheck()
           
 

Methods in org.apache.hadoop.hbase with parameters of type HRegion
 void CacheFlushListener.flushRequested(HRegion region)
          Tell the listener the cache needs to be flushed.
 



Copyright © 2006 The Apache Software Foundation