| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.messaging | |
| org.apache.hadoop.hive.metastore.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
abstract OpenTxnMessage |
MessageFactory.buildOpenTxnMessage(Long fromTxnId,
Long toTxnId)
Factory method for building open txn message using start and end transaction range
|
abstract OpenTxnMessage |
MessageDeserializer.getOpenTxnMessage(String messageBody)
Method to de-serialize OpenTxnMessage instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONOpenTxnMessage
JSON implementation of OpenTxnMessage
|
| Modifier and Type | Method and Description |
|---|---|
OpenTxnMessage |
JSONMessageFactory.buildOpenTxnMessage(Long fromTxnId,
Long toTxnId) |
OpenTxnMessage |
JSONMessageDeserializer.getOpenTxnMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.