| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.messaging | |
| org.apache.hadoop.hive.metastore.messaging.json | |
| org.apache.hadoop.hive.metastore.messaging.json.gzip |
| Modifier and Type | Method and Description |
|---|---|
static MessageEncoder |
MessageFactory.getDefaultInstance(org.apache.hadoop.conf.Configuration conf) |
static MessageEncoder |
MessageFactory.getDefaultInstanceForReplMetrics(org.apache.hadoop.conf.Configuration conf) |
static MessageEncoder |
MessageFactory.getInstance(org.apache.hadoop.conf.Configuration conf,
String config) |
static MessageEncoder |
MessageFactory.getInstance(String compressionFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONMessageEncoder
The JSON implementation of the MessageFactory.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageEncoder |
JSONMessageEncoder.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
GzipJSONMessageEncoder
This implementation gzips and then Base64 encodes the message before writing it out.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageEncoder |
GzipJSONMessageEncoder.getInstance() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.