public class RetryingMetaStoreClient extends Object implements InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
RetryingMetaStoreClient(org.apache.hadoop.hive.conf.HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
| Modifier and Type | Method and Description |
|---|---|
static IMetaStoreClient |
getProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
String mscClassName) |
static IMetaStoreClient |
getProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
String mscClassName) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected RetryingMetaStoreClient(org.apache.hadoop.hive.conf.HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass)
throws MetaException
MetaExceptionpublic static IMetaStoreClient getProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf, HiveMetaHookLoader hookLoader, String mscClassName) throws MetaException
MetaExceptionpublic static IMetaStoreClient getProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf, HiveMetaHookLoader hookLoader, Map<String,Long> metaCallTimeMap, String mscClassName) throws MetaException
MetaExceptionCopyright © 2016 Cloudera. All rights reserved.