Package | Description |
---|---|
org.apache.hadoop.hive.metastore.messaging | |
org.apache.hadoop.hive.metastore.messaging.json |
Modifier and Type | Method and Description |
---|---|
abstract DropFunctionMessage |
MessageFactory.buildDropFunctionMessage(org.apache.hadoop.hive.metastore.api.Function fn)
Factory method for DropFunctionMessage.
|
abstract DropFunctionMessage |
MessageDeserializer.getDropFunctionMessage(String messageBody)
Method to de-serialize DropFunctionMessage instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONDropFunctionMessage
JSON Implementation of CreateDatabaseMessage.
|
Modifier and Type | Method and Description |
---|---|
DropFunctionMessage |
JSONMessageFactory.buildDropFunctionMessage(org.apache.hadoop.hive.metastore.api.Function fn) |
DropFunctionMessage |
JSONMessageDeserializer.getDropFunctionMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.