| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.messaging | |
| org.apache.hadoop.hive.metastore.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
abstract InsertMessage |
MessageFactory.buildInsertMessage(org.apache.hadoop.hive.metastore.api.Table tableObj,
org.apache.hadoop.hive.metastore.api.Partition ptnObj,
boolean replace,
Iterator<String> files)
Factory method for building insert message
|
abstract InsertMessage |
MessageDeserializer.getInsertMessage(String messageBody)
Method to deserialize InsertMessage
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONInsertMessage
JSON implementation of InsertMessage
|
| Modifier and Type | Method and Description |
|---|---|
InsertMessage |
JSONMessageFactory.buildInsertMessage(org.apache.hadoop.hive.metastore.api.Table tableObj,
org.apache.hadoop.hive.metastore.api.Partition partObj,
boolean replace,
Iterator<String> fileIter) |
InsertMessage |
JSONMessageDeserializer.getInsertMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.