@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
MetaException
public static RawStore getProxy(HiveConf hiveConf, org.apache.hadoop.conf.Configuration conf, String rawStoreClassName, int id) throws MetaException
MetaException
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public org.apache.hadoop.conf.Configuration getConf()
Copyright © 2017 The Apache Software Foundation. All rights reserved.