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

Packages that use HRegion
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.tableindexed   
org.apache.hadoop.hbase.regionserver.transactional   
org.apache.hadoop.hbase.util   
 

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

Methods in org.apache.hadoop.hbase.ipc that return HRegion
 HRegion[] HRegionInterface.getOnlineRegionsAsArray()
           
 

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)
           
 HRegion[] HRegionServer.getOnlineRegionsAsArray()
           
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.
protected  long HRegionServer.addRowLock(Integer r, HRegion 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.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HRegion
Store(org.apache.hadoop.fs.Path basedir, HRegion region, HColumnDescriptor family, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path reconstructionLog, HBaseConfiguration conf, org.apache.hadoop.util.Progressable reporter)
          Constructor
 

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

Methods in org.apache.hadoop.hbase.regionserver.tableindexed that return HRegion
protected  HRegion IndexedRegionServer.instantiateRegion(HRegionInfo regionInfo)
           
 

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

Subclasses of HRegion in org.apache.hadoop.hbase.regionserver.transactional
 class TransactionalRegion
          Regionserver which provides transactional support for atomic transactions.
 

Methods in org.apache.hadoop.hbase.regionserver.transactional that return HRegion
protected  HRegion TransactionalRegionServer.instantiateRegion(HRegionInfo regionInfo)
           
 

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 r, 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 © 2009 The Apache Software Foundation