@InterfaceAudience.Private @InterfaceStability.Evolving public class RetryingRawStore extends java.lang.Object implements java.lang.reflect.InvocationHandler
Modifier | Constructor and Description |
---|---|
protected |
RetryingRawStore(HiveConf hiveConf,
Configuration conf,
java.lang.Class<? extends RawStore> rawStoreClass,
int id) |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConf() |
static RawStore |
getProxy(HiveConf hiveConf,
Configuration conf,
java.lang.String rawStoreClassName,
int id) |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected RetryingRawStore(HiveConf hiveConf, Configuration conf, java.lang.Class<? extends RawStore> rawStoreClass, int id) throws MetaException
MetaException
public static RawStore getProxy(HiveConf hiveConf, Configuration conf, java.lang.String rawStoreClassName, int id) 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