Uses of Class
org.apache.hadoop.hive.ql.plan.AlterIndexDesc.AlterIndexTypes

Packages that use AlterIndexDesc.AlterIndexTypes
org.apache.hadoop.hive.ql.plan   
 

Uses of AlterIndexDesc.AlterIndexTypes in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return AlterIndexDesc.AlterIndexTypes
 AlterIndexDesc.AlterIndexTypes AlterIndexDesc.getOp()
           
static AlterIndexDesc.AlterIndexTypes AlterIndexDesc.AlterIndexTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlterIndexDesc.AlterIndexTypes[] AlterIndexDesc.AlterIndexTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type AlterIndexDesc.AlterIndexTypes
 void AlterIndexDesc.setOp(AlterIndexDesc.AlterIndexTypes op)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type AlterIndexDesc.AlterIndexTypes
AlterIndexDesc(AlterIndexDesc.AlterIndexTypes type)
           
 



Copyright © 2011 The Apache Software Foundation