@InterfaceAudience.Public @InterfaceStability.Stable public class ReloadEvent extends ListenerEvent
| Constructor and Description |
|---|
ReloadEvent(String catName,
String db,
String table,
List<String> partVals,
boolean status,
boolean refreshEvent,
Map<String,String> tblParams,
IHMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
Partition |
getPartitionObj() |
Table |
getTableObj() |
boolean |
isRefreshEvent() |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic ReloadEvent(String catName, String db, String table, List<String> partVals, boolean status, boolean refreshEvent, Map<String,String> tblParams, IHMSHandler handler) throws MetaException, NoSuchObjectException
catName - name of the catalogdb - name of the database the table is intable - name of the table being inserted intopartVals - list of partition values, can be nullstatus - status of insert, true = success, false = failurerefreshEvent - status of insert,handler - handler that is firing the eventMetaExceptionNoSuchObjectExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.