public class ShowLocksDesc extends Object implements DDLDesc, Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
ShowLocksDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
boolean isExt,
boolean isNewFormat) |
ShowLocksDesc(org.apache.hadoop.fs.Path resFile,
String tableName,
Map<String,String> partSpec,
boolean isExt,
boolean isNewFormat) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName() |
Map<String,String> |
getPartSpec() |
String |
getResFile() |
String |
getSchema() |
String |
getTableName() |
boolean |
isExt() |
boolean |
isNewFormat() |
public ShowLocksDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
boolean isExt,
boolean isNewFormat)
Copyright © 2022 The Apache Software Foundation. All rights reserved.