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,
short limit,
String orderBy) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompactionId() |
String |
getCompactionStatus() |
String |
getCompactionType() |
String |
getDbName() |
short |
getLimit() |
String |
getOrderBy() |
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()
public short getLimit()
public String getOrderBy()
Copyright © 2024 The Apache Software Foundation. All rights reserved.