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

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

public class AlterFamilyAction
extends Object
implements AlterTableAction


Constructor Summary
AlterFamilyAction(String familyName, 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

AlterFamilyAction

public AlterFamilyAction(String familyName,
                         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.