Uses of Class
org.apache.hadoop.hive.metastore.model.MTable

Packages that use MTable
org.apache.hadoop.hive.metastore.model   
 

Uses of MTable in org.apache.hadoop.hive.metastore.model
 

Methods in org.apache.hadoop.hive.metastore.model that return MTable
 MTable MPartition.getTable()
           
 

Methods in org.apache.hadoop.hive.metastore.model with parameters of type MTable
 void MPartition.setTable(MTable table)
           
 

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MTable
MPartition(String partitionName, MTable table, List<String> values, int createTime, int lastAccessTime, MStorageDescriptor sd, Map<String,String> parameters)
           
 



Copyright © 2010 The Apache Software Foundation