| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveMetaStoreClient
Hive Metastore Client.
|
| Modifier and Type | Method and Description |
|---|---|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
String mscClassName) |
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
String mscClassName) |
static IMetaStoreClient |
HiveMetaStoreClient.newSynchronizedClient(IMetaStoreClient client)
Creates a synchronized wrapper for any
IMetaStoreClient. |
| Modifier and Type | Method and Description |
|---|---|
static IMetaStoreClient |
HiveMetaStoreClient.newSynchronizedClient(IMetaStoreClient client)
Creates a synchronized wrapper for any
IMetaStoreClient. |
| Constructor and Description |
|---|
RetryingMetaStoreClient(org.apache.hadoop.hive.conf.HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
Copyright © 2016 Cloudera. All rights reserved.