org.apache.hadoop.hive.ql.plan
Class DropIndexDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DropIndexDesc

public class DropIndexDesc
extends Object


Constructor Summary
DropIndexDesc(String indexName, String tableName)
           
 
Method Summary
 String getIndexName()
           
 String getTableName()
           
 void setIndexName(String indexName)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropIndexDesc

public DropIndexDesc(String indexName,
                     String tableName)
Parameters:
indexName -
tableName -
Method Detail

getIndexName

public String getIndexName()
Returns:
index name

setIndexName

public void setIndexName(String indexName)
Parameters:
indexName - index name

getTableName

public String getTableName()
Returns:
table name

setTableName

public void setTableName(String tableName)
Parameters:
tableName - table name


Copyright © 2014 The Apache Software Foundation. All rights reserved.