public class PreAddPartitionEvent extends PreEventContext
PreEventContext.PreEventType
Constructor and Description |
---|
PreAddPartitionEvent(Table table,
List<Partition> partitions,
HiveMetaStore.HMSHandler handler) |
PreAddPartitionEvent(Table table,
Partition partition,
HiveMetaStore.HMSHandler handler) |
PreAddPartitionEvent(Table table,
PartitionSpecProxy partitionSpecProxy,
HiveMetaStore.HMSHandler handler)
Alternative constructor, using
|
Modifier and Type | Method and Description |
---|---|
Iterator<Partition> |
getPartitionIterator() |
List<Partition> |
getPartitions() |
Table |
getTable() |
getEventType, getHandler
public PreAddPartitionEvent(Table table, List<Partition> partitions, HiveMetaStore.HMSHandler handler)
public PreAddPartitionEvent(Table table, Partition partition, HiveMetaStore.HMSHandler handler)
public PreAddPartitionEvent(Table table, PartitionSpecProxy partitionSpecProxy, HiveMetaStore.HMSHandler handler)
Copyright © 2017 The Apache Software Foundation. All rights reserved.