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

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

Uses of HRegionInfo in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HRegionInfo
 HRegionInfo HMsg.getRegionInfo()
          Accessor
 HRegionInfo HClient.RegionLocation.getRegionInfo()
           
 HRegionInfo HRegionInterface.getRegionInfo(Text regionName)
          Get metainfo about an HRegion
 HRegionInfo HRegionServer.getRegionInfo(Text regionName)
          Get metainfo about an HRegion
 

Constructors in org.apache.hadoop.hbase with parameters of type HRegionInfo
HMsg(byte msg, HRegionInfo info)
          Construct a message with the specified message code and HRegionInfo
HRegion(Path rootDir, HLog log, FileSystem fs, Configuration conf, HRegionInfo regionInfo, Path initialFiles)
          HRegion constructor.
 



Copyright © 2006 The Apache Software Foundation