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 dbName, boolean isExt, boolean isNewFormat)
           
ShowLocksDesc(org.apache.hadoop.fs.Path resFile, String tableName, HashMap<String,String> partSpec, boolean isExt, boolean isNewFormat)
           
 
Method Summary
 String getDatabase()
           
 String getDbName()
           
 HashMap<String,String> getPartSpec()
           
 String getResFile()
           
 String getSchema()
           
 String getTable()
           
 String getTableName()
           
 boolean isExt()
           
 boolean isNewFormat()
           
 void setDbName(String dbName)
           
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowLocksDesc

public ShowLocksDesc()

ShowLocksDesc

public ShowLocksDesc(org.apache.hadoop.fs.Path resFile,
                     String dbName,
                     boolean isExt,
                     boolean isNewFormat)
Parameters:
resFile -

ShowLocksDesc

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

getDatabase

public String getDatabase()

getTable

public String getTable()

getSchema

public String getSchema()

getDbName

public String getDbName()

setDbName

public void setDbName(String dbName)

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

isNewFormat

public boolean isNewFormat()


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