@InterfaceAudience.Private @InterfaceStability.Evolving public class RetryingHMSHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
RetryingHMSHandler(HiveConf hiveConf,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConf() |
static IHMSHandler |
getProxy(HiveConf hiveConf,
java.lang.String name) |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected RetryingHMSHandler(HiveConf hiveConf, java.lang.String name) throws MetaException
MetaExceptionpublic static IHMSHandler getProxy(HiveConf hiveConf, java.lang.String name) 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.Throwablepublic Configuration getConf()
Copyright © 2012 The Apache Software Foundation