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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return GrantRevokeRoleDDL
 GrantRevokeRoleDDL DDLWork.getGrantRevokeRoleDDL()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type GrantRevokeRoleDDL
 void DDLWork.setGrantRevokeRoleDDL(GrantRevokeRoleDDL grantRevokeRoleDDL)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type GrantRevokeRoleDDL
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, GrantRevokeRoleDDL grantRevokeRoleDDL)
           
 



Copyright © 2011 The Apache Software Foundation