public class AlterPartitionEvent extends ListenerEvent
| Constructor and Description |
|---|
AlterPartitionEvent(Partition oldPart,
Partition newPart,
Table table,
boolean status,
HiveMetaStore.HMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
Partition |
getNewPartition() |
Partition |
getOldPartition() |
Table |
getTable()
Get the table this partition is in
|
getEnvironmentContext, getHandler, getStatus, setEnvironmentContextpublic AlterPartitionEvent(Partition oldPart, Partition newPart, Table table, boolean status, HiveMetaStore.HMSHandler handler)
Copyright © 2017 The Apache Software Foundation. All rights reserved.