| Package | Description |
|---|---|
| org.apache.hive.hcatalog.messaging | |
| org.apache.hive.hcatalog.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
abstract DropPartitionMessage |
MessageFactory.buildDropPartitionMessage(org.apache.hadoop.hive.metastore.api.Table table,
Iterator<org.apache.hadoop.hive.metastore.api.Partition> partitions)
Factory method for DropPartitionMessage.
|
abstract DropPartitionMessage |
MessageDeserializer.getDropPartitionMessage(String messageBody)
Method to de-serialize DropPartitionMessage instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONDropPartitionMessage
JSON implementation of DropPartitionMessage.
|
| Modifier and Type | Method and Description |
|---|---|
DropPartitionMessage |
JSONMessageFactory.buildDropPartitionMessage(org.apache.hadoop.hive.metastore.api.Table table,
Iterator<org.apache.hadoop.hive.metastore.api.Partition> partitions) |
DropPartitionMessage |
JSONMessageDeserializer.getDropPartitionMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.