Uses of Class
org.apache.hadoop.hbase.util.migration.v5.HTableDescriptor

Packages that use HTableDescriptor
org.apache.hadoop.hbase.util.migration.v5 Package of classes used instantiating objects written with pre-version 5 versions of HBase. 
 

Uses of HTableDescriptor in org.apache.hadoop.hbase.util.migration.v5
 

Fields in org.apache.hadoop.hbase.util.migration.v5 declared as HTableDescriptor
static HTableDescriptor HTableDescriptor.META_TABLEDESC
          Table descriptor for .META. catalog table
static HTableDescriptor HTableDescriptor.ROOT_TABLEDESC
          Table descriptor for -ROOT- catalog table
protected  HTableDescriptor HRegionInfo.tableDesc
           
 

Methods in org.apache.hadoop.hbase.util.migration.v5 that return HTableDescriptor
 HTableDescriptor HRegionInfo.getTableDesc()
           
 HTableDescriptor HRegion.getTableDesc()
           
 

Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HTableDescriptor
static void HRegion.makeColumnFamilyDirs(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path basedir, int encodedRegionName, byte[] colFamily, HTableDescriptor tabledesc)
          Make the directories for a specific column family
 

Constructors in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HTableDescriptor
HRegionInfo(HTableDescriptor tableDesc, byte[] startKey, byte[] endKey)
          Construct HRegionInfo with explicit parameters
HRegionInfo(HTableDescriptor tableDesc, byte[] startKey, byte[] endKey, boolean split)
          Construct HRegionInfo with explicit parameters
HRegionInfo(HTableDescriptor tableDesc, byte[] startKey, byte[] endKey, boolean split, long regionid)
          Construct HRegionInfo with explicit parameters
 



Copyright © 2008 The Apache Software Foundation