| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.messaging | |
| org.apache.hadoop.hive.metastore.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
abstract AbortTxnMessage |
MessageFactory.buildAbortTxnMessage(Long txnId)
Factory method for building abort txn message
|
abstract AbortTxnMessage |
MessageDeserializer.getAbortTxnMessage(String messageBody)
Method to de-serialize AbortTxnMessage instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONAbortTxnMessage
JSON implementation of AbortTxnMessage
|
| Modifier and Type | Method and Description |
|---|---|
AbortTxnMessage |
JSONMessageFactory.buildAbortTxnMessage(Long txnId) |
AbortTxnMessage |
JSONMessageDeserializer.getAbortTxnMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.