@InterfaceAudience.Public @InterfaceStability.Stable public class DeleteTableColumnStatEvent extends ListenerEvent
| Constructor and Description |
|---|
DeleteTableColumnStatEvent(String catName,
String dbName,
String tableName,
String colName,
String engine,
IHMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName() |
String |
getColName() |
String |
getDBName() |
String |
getEngine() |
String |
getTableName() |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic DeleteTableColumnStatEvent(String catName, String dbName, String tableName, String colName, String engine, IHMSHandler handler)
catName - catalog namedbName - database nametableName - table namecolName - column nameengine - enginehandler - handler that is firing the eventCopyright © 2024 The Apache Software Foundation. All rights reserved.