org.apache.hadoop.hive.metastore
Class RetryingHMSHandler
java.lang.Object
org.apache.hadoop.hive.metastore.RetryingHMSHandler
- All Implemented Interfaces:
- InvocationHandler
@InterfaceAudience.Private
@InterfaceStability.Evolving
public class RetryingHMSHandler
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryingHMSHandler
protected RetryingHMSHandler(HiveConf hiveConf,
String name)
throws MetaException
- Throws:
MetaException
getProxy
public static IHMSHandler getProxy(HiveConf hiveConf,
String name)
throws MetaException
- Throws:
MetaException
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
getConf
public org.apache.hadoop.conf.Configuration getConf()
Copyright © 2013 The Apache Software Foundation