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

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

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

Methods in org.apache.hadoop.hive.metastore.model that return MPartition
 MPartition MPartitionPrivilege.getPartition()
           
 MPartition MPartitionColumnStatistics.getPartition()
           
 MPartition MPartitionColumnPrivilege.getPartition()
           
 

Methods in org.apache.hadoop.hive.metastore.model with parameters of type MPartition
 void MPartitionPrivilege.setPartition(MPartition partition)
           
 void MPartitionColumnStatistics.setPartition(MPartition partition)
           
 void MPartitionColumnPrivilege.setPartition(MPartition partition)
           
 

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MPartition
MPartitionColumnPrivilege(String principalName, String principalType, MPartition partition, String columnName, String privileges, int createTime, String grantor, String grantorType, boolean grantOption)
           
MPartitionPrivilege(String principalName, String principalType, MPartition partition, String privilege, int createTime, String grantor, String grantorType, boolean grantOption)
           
 



Copyright © 2011 The Apache Software Foundation