Package | Description |
---|---|
org.apache.hadoop.hive.metastore.messaging | |
org.apache.hadoop.hive.metastore.messaging.json |
Modifier and Type | Method and Description |
---|---|
abstract DropConstraintMessage |
MessageFactory.buildDropConstraintMessage(String dbName,
String tableName,
String constraintName)
Factory method for building drop constraint message
|
abstract DropConstraintMessage |
MessageDeserializer.getDropConstraintMessage(String messageBody)
Method to de-serialize DropConstraintMessage instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONDropConstraintMessage
JSON implementation of DropConstraintMessage
|
Modifier and Type | Method and Description |
---|---|
DropConstraintMessage |
JSONMessageFactory.buildDropConstraintMessage(String dbName,
String tableName,
String constraintName) |
DropConstraintMessage |
JSONMessageDeserializer.getDropConstraintMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.