public class ShowTableStatusDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
ShowTableStatusDesc()
For serializatino use only.
|
ShowTableStatusDesc(String resFile,
String dbName,
String pattern) |
ShowTableStatusDesc(String resFile,
String dbName,
String pattern,
HashMap<String,String> partSpec) |
Modifier and Type | Method and Description |
---|---|
String |
getDbName() |
HashMap<String,String> |
getPartSpec() |
String |
getPattern() |
String |
getResFile() |
String |
getResFileString() |
String |
getSchema() |
String |
getTable() |
void |
setDbName(String dbName) |
void |
setPartSpec(HashMap<String,String> partSpec) |
void |
setPattern(String pattern) |
void |
setResFile(String resFile) |
public ShowTableStatusDesc()
public ShowTableStatusDesc(String resFile, String dbName, String pattern)
pattern
- names of tables to showpublic String getTable()
public String getSchema()
public String getPattern()
public void setPattern(String pattern)
pattern
- the pattern to setpublic String getResFile()
public String getResFileString()
public void setResFile(String resFile)
resFile
- the resFile to setpublic String getDbName()
public void setDbName(String dbName)
dbName
- the database nameCopyright © 2017 The Apache Software Foundation. All rights reserved.