org.apache.hadoop.hbase.hbql.statement
Class AddFamilyAction

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.statement.AddFamilyAction
All Implemented Interfaces:
AlterTableAction

public class AddFamilyAction
extends Object
implements AlterTableAction


Constructor Summary
AddFamilyAction(FamilyDefinition familyDefinition)
           
 
Method Summary
 void execute(HConnectionImpl conn, org.apache.hadoop.hbase.client.HBaseAdmin admin, String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddFamilyAction

public AddFamilyAction(FamilyDefinition familyDefinition)
Method Detail

execute

public void execute(HConnectionImpl conn,
                    org.apache.hadoop.hbase.client.HBaseAdmin admin,
                    String tableName)
             throws HBqlException
Specified by:
execute in interface AlterTableAction
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.