Uses of Class
org.apache.hadoop.hive.ql.plan.PrivilegeDesc

Packages that use PrivilegeDesc
org.apache.hadoop.hive.ql.plan   
 

Uses of PrivilegeDesc in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type PrivilegeDesc
 List<PrivilegeDesc> RevokeDesc.getPrivileges()
           
 List<PrivilegeDesc> GrantDesc.getPrivileges()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PrivilegeDesc
 void RevokeDesc.setPrivileges(List<PrivilegeDesc> privileges)
           
 void GrantDesc.setPrivileges(List<PrivilegeDesc> privileges)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PrivilegeDesc
GrantDesc(PrivilegeObjectDesc privilegeSubject, List<PrivilegeDesc> privilegeDesc, List<PrincipalDesc> principalDesc, String grantor, PrincipalType grantorType, boolean grantOption)
           
RevokeDesc(List<PrivilegeDesc> privileges, List<PrincipalDesc> principals, PrivilegeObjectDesc privilegeSubjectDesc)
           
 



Copyright © 2011 The Apache Software Foundation