Uses of Class
org.apache.hadoop.hbase.migration.HRegionInfo090x

Packages that use HRegionInfo090x
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.migration   
 

Uses of HRegionInfo090x in org.apache.hadoop.hbase
 

Constructors in org.apache.hadoop.hbase with parameters of type HRegionInfo090x
HRegionInfo(HRegionInfo090x other)
          Used only for migration
 

Uses of HRegionInfo090x in org.apache.hadoop.hbase.catalog
 

Methods in org.apache.hadoop.hbase.catalog that return HRegionInfo090x
static HRegionInfo090x MetaMigrationRemovingHTD.getHRegionInfo090x(byte[] bytes)
          Deprecated. Get HREgionInfoForMigration serialized from bytes.
 

Uses of HRegionInfo090x in org.apache.hadoop.hbase.migration
 

Fields in org.apache.hadoop.hbase.migration declared as HRegionInfo090x
static HRegionInfo090x HRegionInfo090x.FIRST_META_REGIONINFO
          HRegionInfo for first meta region
static HRegionInfo090x HRegionInfo090x.ROOT_REGIONINFO
          HRegionInfo for root region
 

Methods in org.apache.hadoop.hbase.migration with parameters of type HRegionInfo090x
 int HRegionInfo090x.compareTo(HRegionInfo090x o)
           
 

Constructors in org.apache.hadoop.hbase.migration with parameters of type HRegionInfo090x
HRegionInfo090x(HRegionInfo090x other)
          Costruct a copy of another HRegionInfo
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.