Uses of Class
org.apache.hadoop.hive.metastore.TableType

Packages that use TableType
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.ql.metadata   
 

Uses of TableType in org.apache.hadoop.hive.metastore
 

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

Uses of TableType in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return TableType
 TableType Table.getTableType()
           
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type TableType
 void Table.setTableType(TableType tableType)
           
 



Copyright © 2010 The Apache Software Foundation