org.apache.hadoop.hive.metastore
Class RetryingRawStore

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.RetryingRawStore
All Implemented Interfaces:
InvocationHandler

@InterfaceAudience.Private
@InterfaceStability.Evolving
public class RetryingRawStore
extends Object
implements InvocationHandler


Constructor Summary
protected RetryingRawStore(HiveConf hiveConf, org.apache.hadoop.conf.Configuration conf, Class<? extends RawStore> rawStoreClass, int id)
           
 
Method Summary
 org.apache.hadoop.conf.Configuration getConf()
           
static RawStore getProxy(HiveConf hiveConf, org.apache.hadoop.conf.Configuration conf, String rawStoreClassName, int id)
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryingRawStore

protected RetryingRawStore(HiveConf hiveConf,
                           org.apache.hadoop.conf.Configuration conf,
                           Class<? extends RawStore> rawStoreClass,
                           int id)
                    throws MetaException
Throws:
MetaException
Method Detail

getProxy

public static RawStore getProxy(HiveConf hiveConf,
                                org.apache.hadoop.conf.Configuration conf,
                                String rawStoreClassName,
                                int id)
                         throws MetaException
Throws:
MetaException

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

getConf

public org.apache.hadoop.conf.Configuration getConf()


Copyright © 2011 The Apache Software Foundation