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

Packages that use HRegion
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.util   
 

Uses of HRegion in org.apache.hadoop.hbase
 

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

Methods in org.apache.hadoop.hbase that return HRegion
static HRegion HRegion.createHRegion(HRegionInfo info, org.apache.hadoop.fs.Path rootDir, HBaseConfiguration conf)
          Convenience method creating new HRegions.
protected  HRegion HRegionServer.getRegion(org.apache.hadoop.io.Text regionName)
          Protected utility method for safely obtaining an HRegion handle.
protected  HRegion HRegionServer.getRegion(org.apache.hadoop.io.Text regionName, boolean checkRetiringRegions)
          Protected utility method for safely obtaining an HRegion handle.
static HRegion HRegion.merge(HRegion a, HRegion b)
          Merge two regions whether they are adjacent or not.
static HRegion HRegion.openHRegion(HRegionInfo info, org.apache.hadoop.fs.Path rootDir, HLog log, HBaseConfiguration conf)
          Convenience method to open a HRegion outside of an HRegionServer context.
 

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

Methods in org.apache.hadoop.hbase with parameters of type HRegion
static void HRegion.addRegionToMETA(HRegion meta, HRegion r)
          Inserts a new region's meta information into the passed meta region.
static HRegion HRegion.merge(HRegion a, HRegion b)
          Merge two regions whether they are adjacent or not.
 void FlushRequester.request(HRegion region)
          Tell the listener the cache needs to be flushed.
 

Uses of HRegion in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return HRegion
 HRegion MetaUtils.getMetaRegion(HRegionInfo metaInfo)
          Open or return cached opened meta region
 HRegion MetaUtils.getRootRegion()
           
 



Copyright © 2008 The Apache Software Foundation