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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return LockTableDesc
 LockTableDesc DDLWork.getLockTblDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type LockTableDesc
 void DDLWork.setLockTblDesc(LockTableDesc lockTblDesc)
           
 

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



Copyright © 2011 The Apache Software Foundation