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, Configuration conf, Class<? extends RawStore> rawStoreClass, int id)
           
 
Method Summary
 Configuration getConf()
           
static RawStore getProxy(HiveConf hiveConf, 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,
                           Configuration conf,
                           Class<? extends RawStore> rawStoreClass,
                           int id)
                    throws MetaException
Throws:
MetaException
Method Detail

getProxy

public static RawStore getProxy(HiveConf hiveConf,
                                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 Configuration getConf()


Copyright © 2012 The Apache Software Foundation