@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,
boolean allowEmbedded) |
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.
|
static IMetaStoreClient |
getProxy(org.apache.hadoop.conf.Configuration hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
String mscClassName)
This constructor is meant for Hive internal use only.
|
static IMetaStoreClient |
getProxy(org.apache.hadoop.conf.Configuration hiveConf,
HiveMetaHookLoader hookLoader,
ConcurrentHashMap<String,Long> metaCallTimeMap,
String mscClassName,
boolean allowEmbedded) |
static IMetaStoreClient |
getProxy(org.apache.hadoop.conf.Configuration hiveConf,
HiveMetaHookLoader hookLoader,
String mscClassName) |
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 org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionpublic static IMetaStoreClient getProxy(org.apache.hadoop.conf.Configuration hiveConf, boolean allowEmbedded) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionpublic static IMetaStoreClient getProxy(org.apache.hadoop.conf.Configuration hiveConf, HiveMetaHookLoader hookLoader, String mscClassName) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionpublic static IMetaStoreClient getProxy(org.apache.hadoop.conf.Configuration hiveConf, HiveMetaHookLoader hookLoader, ConcurrentHashMap<String,Long> metaCallTimeMap, String mscClassName, boolean allowEmbedded) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionpublic static IMetaStoreClient getProxy(org.apache.hadoop.conf.Configuration hiveConf, Class<?>[] constructorArgTypes, Object[] constructorArgs, String mscClassName) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionpublic static IMetaStoreClient getProxy(org.apache.hadoop.conf.Configuration hiveConf, Class<?>[] constructorArgTypes, Object[] constructorArgs, ConcurrentHashMap<String,Long> metaCallTimeMap, String mscClassName) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.