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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return RoleDDLDesc
 RoleDDLDesc DDLWork.getRoleDDLDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type RoleDDLDesc
 void DDLWork.setRoleDDLDesc(RoleDDLDesc roleDDLDesc)
           
 

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



Copyright © 2011 The Apache Software Foundation