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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return PrincipalDesc
 PrincipalDesc ShowGrantDesc.getPrincipalDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type PrincipalDesc
 List<PrincipalDesc> GrantRevokeRoleDDL.getPrincipalDesc()
           
 List<PrincipalDesc> RevokeDesc.getPrincipals()
           
 List<PrincipalDesc> GrantDesc.getPrincipals()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PrincipalDesc
 void ShowGrantDesc.setPrincipalDesc(PrincipalDesc principalDesc)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PrincipalDesc
 void GrantRevokeRoleDDL.setPrincipalDesc(List<PrincipalDesc> principalDesc)
           
 void RevokeDesc.setPrincipals(List<PrincipalDesc> principals)
           
 void GrantDesc.setPrincipals(List<PrincipalDesc> principals)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type PrincipalDesc
ShowGrantDesc(String resFile, PrincipalDesc principalDesc, PrivilegeObjectDesc subjectObj, List<String> columns)
           
 

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



Copyright © 2011 The Apache Software Foundation