@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
MetaException
public static IHMSHandler getProxy(HiveConf hiveConf, java.lang.String name) 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
public Configuration getConf()
Copyright © 2012 The Apache Software Foundation