@InterfaceAudience.Public @InterfaceStability.Stable public class UpdatePartitionColumnStatEventBatch extends ListenerEvent
| Constructor and Description |
|---|
UpdatePartitionColumnStatEventBatch(IHMSHandler handler) |
UpdatePartitionColumnStatEventBatch(List<UpdatePartitionColumnStatEvent> eventList,
IHMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartColStatEvent(UpdatePartitionColumnStatEvent event) |
int |
getNumEntries() |
UpdatePartitionColumnStatEvent |
getPartColStatEvent(int idx) |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic UpdatePartitionColumnStatEventBatch(List<UpdatePartitionColumnStatEvent> eventList, IHMSHandler handler)
eventList - List of events to update the partition column statistic.handler - handler that is firing the eventpublic UpdatePartitionColumnStatEventBatch(IHMSHandler handler)
handler - handler that is firing the eventpublic void addPartColStatEvent(UpdatePartitionColumnStatEvent event)
public UpdatePartitionColumnStatEvent getPartColStatEvent(int idx)
public int getNumEntries()
Copyright © 2024 The Apache Software Foundation. All rights reserved.