| Package | Description |
|---|---|
| org.apache.hive.hcatalog.messaging | |
| org.apache.hive.hcatalog.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
abstract AlterPartitionMessage |
MessageFactory.buildAlterPartitionMessage(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition before,
org.apache.hadoop.hive.metastore.api.Partition after)
Factory method for building AlterPartitionMessage
|
abstract AlterPartitionMessage |
MessageDeserializer.getAlterPartitionMessage(String messageBody)
Method to deserialize AlterPartitionMessage
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONAlterPartitionMessage
JSON alter table message
|
| Modifier and Type | Method and Description |
|---|---|
AlterPartitionMessage |
JSONMessageFactory.buildAlterPartitionMessage(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition before,
org.apache.hadoop.hive.metastore.api.Partition after) |
AlterPartitionMessage |
JSONMessageDeserializer.getAlterPartitionMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.