org.apache.hadoop.hive.ql.plan
Class ShowLocksDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.ShowLocksDesc
- All Implemented Interfaces:
- Serializable
public class ShowLocksDesc
- extends DDLDesc
- implements Serializable
ShowLocksDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowLocksDesc
public ShowLocksDesc()
ShowLocksDesc
public ShowLocksDesc(org.apache.hadoop.fs.Path resFile,
String tableName,
HashMap<String,String> partSpec,
boolean isExt)
- Parameters:
resFile
-
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