org.apache.hadoop.hive.metastore
Class RetryingHMSHandler

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.RetryingHMSHandler
All Implemented Interfaces:
InvocationHandler

@InterfaceAudience.Private
@InterfaceStability.Evolving
public class RetryingHMSHandler
extends Object
implements InvocationHandler


Constructor Summary
protected RetryingHMSHandler(HiveConf hiveConf, String name)
           
 
Method Summary
 org.apache.hadoop.conf.Configuration getConf()
           
static IHMSHandler getProxy(HiveConf hiveConf, String name)
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryingHMSHandler

protected RetryingHMSHandler(HiveConf hiveConf,
                             String name)
                      throws MetaException
Throws:
MetaException
Method Detail

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