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
MetaException
public static IMetaStoreClient getProxy(HiveConf hiveConf, HiveMetaHookLoader hookLoader, java.lang.String mscClassName) throws MetaException
MetaException
public 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.InvocationHandler
java.lang.Throwable
Copyright © 2012 The Apache Software Foundation