Package | Description |
---|---|
org.apache.hadoop.hive.metastore.messaging | |
org.apache.hadoop.hive.metastore.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,
boolean isTruncateOp)
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,
boolean isTruncateOp) |
AlterPartitionMessage |
JSONMessageDeserializer.getAlterPartitionMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.