org.apache.hadoop.hive.metastore
Class RetryingRawStore
java.lang.Object
org.apache.hadoop.hive.metastore.RetryingRawStore
- All Implemented Interfaces:
- InvocationHandler
@InterfaceAudience.Private
@InterfaceStability.Evolving
public class RetryingRawStore
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryingRawStore
protected RetryingRawStore(HiveConf hiveConf,
Configuration conf,
Class<? extends RawStore> rawStoreClass,
int id)
throws MetaException
- Throws:
MetaException
getProxy
public static RawStore getProxy(HiveConf hiveConf,
Configuration conf,
String rawStoreClassName,
int id)
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 Configuration getConf()
Copyright © 2012 The Apache Software Foundation