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