@InterfaceAudience.Public @InterfaceStability.Stable public class AlterCatalogEvent extends ListenerEvent
| Constructor and Description |
|---|
AlterCatalogEvent(org.apache.hadoop.hive.metastore.api.Catalog oldCat,
org.apache.hadoop.hive.metastore.api.Catalog newCat,
boolean status,
IHMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hive.metastore.api.Catalog |
getNewCatalog() |
org.apache.hadoop.hive.metastore.api.Catalog |
getOldCatalog() |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic AlterCatalogEvent(org.apache.hadoop.hive.metastore.api.Catalog oldCat,
org.apache.hadoop.hive.metastore.api.Catalog newCat,
boolean status,
IHMSHandler handler)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.