@InterfaceAudience.Private @InterfaceStability.Evolving public class RawStoreProxy extends Object implements InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
RawStoreProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf,
org.apache.hadoop.conf.Configuration conf,
Class<? extends RawStore> rawStoreClass,
int id) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
static RawStore |
getProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf,
org.apache.hadoop.conf.Configuration conf,
String rawStoreClassName,
int id) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected RawStoreProxy(org.apache.hadoop.hive.conf.HiveConf hiveConf,
org.apache.hadoop.conf.Configuration conf,
Class<? extends RawStore> rawStoreClass,
int id)
throws MetaException
MetaExceptionpublic static RawStore getProxy(org.apache.hadoop.hive.conf.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 © 2016 Cloudera. All rights reserved.