public class ShowCompactionsDesc extends Object implements DDLDesc, Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
ShowCompactionsDesc(org.apache.hadoop.fs.Path resFile,
long compactionId,
String dbName,
String tbName,
String poolName,
String compactionType,
String compactionStatus,
Map<String,String> partSpec) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompactionId() |
String |
getCompactionStatus() |
String |
getCompactionType() |
String |
getDbName() |
Map<String,String> |
getPartSpec() |
String |
getPoolName() |
String |
getResFile() |
String |
getTbName() |
public static final String SCHEMA
public String getResFile()
public long getCompactionId()
public String getPoolName()
public String getDbName()
public String getTbName()
public String getCompactionType()
public String getCompactionStatus()
Copyright © 2022 The Apache Software Foundation. All rights reserved.