@InterfaceAudience.Private @InterfaceStability.Evolving public class RawStoreProxy extends Object implements InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
RawStoreProxy(org.apache.hadoop.conf.Configuration 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.conf.Configuration hiveConf,
org.apache.hadoop.conf.Configuration conf,
String rawStoreClassName,
int id) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public static RawStore getProxy(org.apache.hadoop.conf.Configuration hiveConf, org.apache.hadoop.conf.Configuration conf, String rawStoreClassName, int id) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic org.apache.hadoop.conf.Configuration getConf()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.