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

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

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

Fields in org.apache.hadoop.hbase.regionserver with type parameters of type HRegion
protected  Map<Integer,HRegion> HRegionServer.onlineRegions
           
 

Methods in org.apache.hadoop.hbase.regionserver that return HRegion
static HRegion HRegion.createHRegion(HRegionInfo info, org.apache.hadoop.fs.Path rootDir, HBaseConfiguration conf)
          Convenience method creating new HRegions.
 HRegion HRegionServer.getOnlineRegion(byte[] regionName)
           
protected  HRegion HRegionServer.getRegion(byte[] regionName)
          Protected utility method for safely obtaining an HRegion handle.
protected  HRegion HRegionServer.instantiateRegion(HRegionInfo regionInfo)
           
static HRegion HRegion.merge(HRegion a, HRegion b)
          Merge two regions whether they are adjacent or not.
static HRegion HRegion.mergeAdjacent(HRegion srcA, HRegion srcB)
          Merge two HRegions.
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.regionserver that return types with arguments of type HRegion
 SortedMap<Long,HRegion> HRegionServer.getCopyOfOnlineRegionsSortedBySize()
           
 Collection<HRegion> HRegionServer.getOnlineRegions()
           
protected  Set<HRegion> HRegionServer.getRegionsToCheck()
           
 

Methods in org.apache.hadoop.hbase.regionserver 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.
static HRegion HRegion.mergeAdjacent(HRegion srcA, HRegion srcB)
          Merge two HRegions.
 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()
           
 

Methods in org.apache.hadoop.hbase.util with parameters of type HRegion
 void MetaUtils.scanMetaRegion(HRegion m, MetaUtils.ScannerListener listener)
          Scan the passed in metaregion m invoking the passed listener per row found.
 void MetaUtils.updateMETARegionInfo(HRegion r, HRegionInfo hri)
          Update COL_REGIONINFO in meta region r with HRegionInfo hri
 



Copyright © 2008 The Apache Software Foundation