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

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

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

Methods in org.apache.hadoop.hbase.util.migration.v5 that return HColumnDescriptor
 HColumnDescriptor HTableDescriptor.getFamily(byte[] column)
           
 HColumnDescriptor HTableDescriptor.removeFamily(byte[] column)
           
 

Methods in org.apache.hadoop.hbase.util.migration.v5 that return types with arguments of type HColumnDescriptor
 Collection<HColumnDescriptor> HTableDescriptor.getFamilies()
           
 

Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HColumnDescriptor
 void MetaUtils.addColumn(byte[] tableName, HColumnDescriptor hcd)
          Offline version of the online TableOperation, org.apache.hadoop.hbase.master.AddColumn.
 void HTableDescriptor.addFamily(HColumnDescriptor family)
          Adds a column family.
protected  HStore HRegion.instantiateHStore(org.apache.hadoop.fs.Path baseDir, HColumnDescriptor c, org.apache.hadoop.fs.Path oldLogFile, org.apache.hadoop.util.Progressable reporter)
           
 

Constructors in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HColumnDescriptor
HStore(org.apache.hadoop.fs.Path basedir, HRegionInfo info, HColumnDescriptor family, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path reconstructionLog, HBaseConfiguration conf, org.apache.hadoop.util.Progressable reporter)
          An HStore is a set of zero or more MapFiles, which stretch backwards over time.
 



Copyright © 2008 The Apache Software Foundation