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 MIndex.getIndexTable()
           
 MTable MIndex.getOrigTable()
           
 MTable MTableColumnPrivilege.getTable()
           
 MTable MTablePrivilege.getTable()
           
 MTable MTableColumnStatistics.getTable()
           
 MTable MPartition.getTable()
           
 

Methods in org.apache.hadoop.hive.metastore.model with parameters of type MTable
 void MIndex.setIndexTable(MTable indexTable)
           
 void MIndex.setOrigTable(MTable origTable)
           
 void MTableColumnPrivilege.setTable(MTable table)
           
 void MTablePrivilege.setTable(MTable table)
           
 void MTableColumnStatistics.setTable(MTable table)
           
 void MPartition.setTable(MTable table)
           
 

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MTable
MIndex(String indexName, MTable baseTable, int createTime, int lastAccessTime, Map<String,String> parameters, MTable indexTable, MStorageDescriptor sd, String indexHandlerClass, boolean deferredRebuild)
           
MPartition(String partitionName, MTable table, List<String> values, int createTime, int lastAccessTime, MStorageDescriptor sd, Map<String,String> parameters)
           
MTableColumnPrivilege(String principalName, String principalType, MTable table, String columnName, String privileges, int createTime, String grantor, String grantorType, boolean grantOption)
           
MTablePrivilege(String principalName, String principalType, MTable table, String privilege, int createTime, String grantor, String grantorType, boolean grantOption)
           
 



Copyright © 2011 The Apache Software Foundation