| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.messaging | |
| org.apache.hadoop.hive.metastore.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
abstract AllocWriteIdMessage |
MessageFactory.buildAllocWriteIdMessage(List<org.apache.hadoop.hive.metastore.api.TxnToWriteId> txnToWriteIdList,
String dbName,
String tableName)
Factory method for building alloc write id message
|
abstract AllocWriteIdMessage |
MessageDeserializer.getAllocWriteIdMessage(String messageBody) |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONAllocWriteIdMessage
JSON implementation of AllocWriteId
|
| Modifier and Type | Method and Description |
|---|---|
AllocWriteIdMessage |
JSONMessageFactory.buildAllocWriteIdMessage(List<org.apache.hadoop.hive.metastore.api.TxnToWriteId> txnToWriteIdList,
String dbName,
String tableName) |
AllocWriteIdMessage |
JSONMessageDeserializer.getAllocWriteIdMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.