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

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

public class DropFamilyAction
extends Object
implements AlterTableAction


Constructor Summary
DropFamilyAction(String familyName)
           
 
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

DropFamilyAction

public DropFamilyAction(String familyName)
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.