@InterfaceAudience.Private @InterfaceStability.Evolving public class RetryingHMSHandler extends Object implements InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getActiveConf() |
static IHMSHandler |
getProxy(org.apache.hadoop.conf.Configuration conf,
IHMSHandler baseHandler,
boolean local) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
org.apache.hadoop.hive.metastore.RetryingHMSHandler.Result |
invokeInternal(Object proxy,
Method method,
Object[] args) |
public static IHMSHandler getProxy(org.apache.hadoop.conf.Configuration conf, IHMSHandler baseHandler, boolean local) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic org.apache.hadoop.hive.metastore.RetryingHMSHandler.Result invokeInternal(Object proxy, Method method, Object[] args) throws Throwable
Throwablepublic org.apache.hadoop.conf.Configuration getActiveConf()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.