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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return UnlockTableDesc
 UnlockTableDesc DDLWork.getUnlockTblDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type UnlockTableDesc
 void DDLWork.setUnlockTblDesc(UnlockTableDesc unlockTblDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation