org.apache.hadoop.hbase.hbql.statement
Interface AlterTableAction

All Known Implementing Classes:
AddFamilyAction, AlterFamilyAction, DropFamilyAction

public interface AlterTableAction


Method Summary
 void execute(HConnectionImpl connection, org.apache.hadoop.hbase.client.HBaseAdmin admin, String tableName)
           
 

Method Detail

execute

void execute(HConnectionImpl connection,
             org.apache.hadoop.hbase.client.HBaseAdmin admin,
             String tableName)
             throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.