public class ShowLocksDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
public ShowLocksDesc()
public ShowLocksDesc(org.apache.hadoop.fs.Path resFile, String dbName, boolean isExt, boolean isNewFormat)
resFile
- public String getDatabase()
public String getTable()
public String getSchema()
public String getDbName()
public void setDbName(String dbName)
public String getTableName()
public void setTableName(String tableName)
tableName
- the tableName to setpublic void setPartSpecs(HashMap<String,String> partSpec)
partSpec
- the partSpec to setpublic String getResFile()
public void setResFile(String resFile)
resFile
- the resFile to setpublic boolean isExt()
public void setExt(boolean isExt)
isExt
- the isExt to setpublic boolean isNewFormat()
Copyright © 2017 The Apache Software Foundation. All rights reserved.