@InterfaceAudience.Public public class RetryingMetaStoreClient extends Object implements InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
RetryingMetaStoreClient(HiveConf hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
Map<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
protected |
RetryingMetaStoreClient(HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
| Modifier and Type | Method and Description |
|---|---|
static IMetaStoreClient |
getProxy(HiveConf hiveConf) |
static IMetaStoreClient |
getProxy(HiveConf hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
Map<String,Long> metaCallTimeMap,
String mscClassName)
This constructor is meant for Hive internal use only.
|
static IMetaStoreClient |
getProxy(HiveConf hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
String mscClassName)
This constructor is meant for Hive internal use only.
|
static IMetaStoreClient |
getProxy(HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
String mscClassName) |
static IMetaStoreClient |
getProxy(HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
String mscClassName) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected RetryingMetaStoreClient(HiveConf hiveConf, HiveMetaHookLoader hookLoader, Map<String,Long> metaCallTimeMap, Class<? extends IMetaStoreClient> msClientClass) throws MetaException
MetaExceptionprotected RetryingMetaStoreClient(HiveConf hiveConf, Class<?>[] constructorArgTypes, Object[] constructorArgs, Map<String,Long> metaCallTimeMap, Class<? extends IMetaStoreClient> msClientClass) throws MetaException
MetaExceptionpublic static IMetaStoreClient getProxy(HiveConf hiveConf) throws MetaException
MetaExceptionpublic static IMetaStoreClient getProxy(HiveConf hiveConf, HiveMetaHookLoader hookLoader, String mscClassName) throws MetaException
MetaExceptionpublic static IMetaStoreClient getProxy(HiveConf hiveConf, HiveMetaHookLoader hookLoader, Map<String,Long> metaCallTimeMap, String mscClassName) throws MetaException
MetaExceptionpublic static IMetaStoreClient getProxy(HiveConf hiveConf, Class<?>[] constructorArgTypes, Object[] constructorArgs, String mscClassName) throws MetaException
MetaExceptionpublic static IMetaStoreClient getProxy(HiveConf hiveConf, Class<?>[] constructorArgTypes, Object[] constructorArgs, Map<String,Long> metaCallTimeMap, String mscClassName) throws MetaException
MetaExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.