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

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

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

Methods in org.apache.hadoop.hive.metastore.model that return MRole
 MRole MRoleMap.getRole()
           
 

Methods in org.apache.hadoop.hive.metastore.model with parameters of type MRole
 void MRoleMap.setRole(MRole role)
           
 

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MRole
MRoleMap(String principalName, String principalType, MRole role, int addTime, String grantor, String grantorType, boolean grantOption)
           
 



Copyright © 2012 The Apache Software Foundation