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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DDLDesc
      extended by org.apache.hadoop.hive.ql.plan.UnlockTableDesc
All Implemented Interfaces:
Serializable

public class UnlockTableDesc
extends DDLDesc
implements Serializable

UnlockTableDesc.

See Also:
Serialized Form

Constructor Summary
UnlockTableDesc()
           
UnlockTableDesc(String tableName, Map<String,String> partSpec)
           
 
Method Summary
 Map<String,String> getPartSpec()
           
 String getTableName()
           
 void setPartSpec(Map<String,String> partSpec)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlockTableDesc

public UnlockTableDesc()

UnlockTableDesc

public UnlockTableDesc(String tableName,
                       Map<String,String> partSpec)
Method Detail

getTableName

public String getTableName()

setTableName

public void setTableName(String tableName)

getPartSpec

public Map<String,String> getPartSpec()

setPartSpec

public void setPartSpec(Map<String,String> partSpec)


Copyright © 2014 The Apache Software Foundation. All rights reserved.