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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return ShowLocksDesc
 ShowLocksDesc DDLWork.getShowLocksDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ShowLocksDesc
 void DDLWork.setShowLocksDesc(ShowLocksDesc showLocksDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation