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

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

public class ShowLocksDesc
extends DDLDesc
implements Serializable

ShowLocksDesc.

See Also:
Serialized Form

Constructor Summary
ShowLocksDesc()
           
ShowLocksDesc(org.apache.hadoop.fs.Path resFile, String tableName, HashMap<String,String> partSpec, boolean isExt)
           
 
Method Summary
 HashMap<String,String> getPartSpec()
           
 String getResFile()
           
 String getSchema()
           
 String getTable()
           
 String getTableName()
           
 boolean isExt()
           
 void setExt(boolean isExt)
           
 void setPartSpecs(HashMap<String,String> partSpec)
           
 void setResFile(String resFile)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowLocksDesc

public ShowLocksDesc()

ShowLocksDesc

public ShowLocksDesc(org.apache.hadoop.fs.Path resFile,
                     String tableName,
                     HashMap<String,String> partSpec,
                     boolean isExt)
Parameters:
resFile -
Method Detail

getTable

public String getTable()

getSchema

public String getSchema()

getTableName

public String getTableName()
Returns:
the tableName

setTableName

public void setTableName(String tableName)
Parameters:
tableName - the tableName to set

getPartSpec

public HashMap<String,String> getPartSpec()
Returns:
the partSpec

setPartSpecs

public void setPartSpecs(HashMap<String,String> partSpec)
Parameters:
partSpec - the partSpec to set

getResFile

public String getResFile()
Returns:
the resFile

setResFile

public void setResFile(String resFile)
Parameters:
resFile - the resFile to set

isExt

public boolean isExt()
Returns:
the isExt

setExt

public void setExt(boolean isExt)
Parameters:
isExt - the isExt to set


Copyright © 2013 The Apache Software Foundation