Uses of Class
org.apache.hadoop.hive.ql.index.HiveIndex.IndexType

Packages that use HiveIndex.IndexType
org.apache.hadoop.hive.ql.index   
 

Uses of HiveIndex.IndexType in org.apache.hadoop.hive.ql.index
 

Methods in org.apache.hadoop.hive.ql.index that return HiveIndex.IndexType
static HiveIndex.IndexType HiveIndex.getIndexType(String name)
           
static HiveIndex.IndexType HiveIndex.getIndexTypeByClassName(String className)
           
static HiveIndex.IndexType HiveIndex.IndexType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HiveIndex.IndexType[] HiveIndex.IndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 The Apache Software Foundation