public class RetryingMetaStoreClient
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
RetryingMetaStoreClient(HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
java.lang.Class<? extends IMetaStoreClient> msClientClass) |
| Modifier and Type | Method and Description |
|---|---|
static IMetaStoreClient |
getProxy(HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
java.lang.String mscClassName) |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected RetryingMetaStoreClient(HiveConf hiveConf, HiveMetaHookLoader hookLoader, java.lang.Class<? extends IMetaStoreClient> msClientClass) throws MetaException
MetaExceptionpublic static IMetaStoreClient getProxy(HiveConf hiveConf, HiveMetaHookLoader hookLoader, java.lang.String mscClassName) throws MetaException
MetaExceptionpublic java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.ThrowableCopyright © 2012 The Apache Software Foundation