@InterfaceAudience.Private @InterfaceStability.Evolving public class RawStoreProxy extends Object implements InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
RawStoreProxy(HiveConf hiveConf,
org.apache.hadoop.conf.Configuration conf,
Class<? extends RawStore> rawStoreClass,
int id) |
protected RawStoreProxy(HiveConf hiveConf, org.apache.hadoop.conf.Configuration conf, Class<? extends RawStore> rawStoreClass, int id) throws MetaException
MetaExceptionpublic static RawStore getProxy(HiveConf hiveConf, org.apache.hadoop.conf.Configuration conf, String rawStoreClassName, int id) throws MetaException
MetaExceptionpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic org.apache.hadoop.conf.Configuration getConf()
Copyright © 2017 The Apache Software Foundation. All rights reserved.