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

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

public class LockTableDesc
extends DDLDesc
implements Serializable

LockTableDesc.

See Also:
Serialized Form

Constructor Summary
LockTableDesc()
           
LockTableDesc(String tableName, String mode, Map<String,String> partSpec, String queryId)
           
 
Method Summary
 String getMode()
           
 Map<String,String> getPartSpec()
           
 String getQueryId()
           
 String getQueryStr()
           
 String getTableName()
           
 void setMode(String mode)
           
 void setPartSpec(Map<String,String> partSpec)
           
 void setQueryId(String queryId)
           
 void setQueryStr(String queryStr)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockTableDesc

public LockTableDesc()

LockTableDesc

public LockTableDesc(String tableName,
                     String mode,
                     Map<String,String> partSpec,
                     String queryId)
Method Detail

getTableName

public String getTableName()

setTableName

public void setTableName(String tableName)

setMode

public void setMode(String mode)

getMode

public String getMode()

getPartSpec

public Map<String,String> getPartSpec()

setPartSpec

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

getQueryId

public String getQueryId()

setQueryId

public void setQueryId(String queryId)

getQueryStr

public String getQueryStr()

setQueryStr

public void setQueryStr(String queryStr)


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