org.apache.hadoop.hive.ql.history
Class HiveHistoryProxyHandler

java.lang.Object
  extended by org.apache.hadoop.hive.ql.history.HiveHistoryProxyHandler
All Implemented Interfaces:
InvocationHandler

public class HiveHistoryProxyHandler
extends Object
implements InvocationHandler


Constructor Summary
HiveHistoryProxyHandler()
           
 
Method Summary
static HiveHistory getNoOpHiveHistoryProxy()
           
 Object invoke(Object arg0, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveHistoryProxyHandler

public HiveHistoryProxyHandler()
Method Detail

getNoOpHiveHistoryProxy

public static HiveHistory getNoOpHiveHistoryProxy()

invoke

public Object invoke(Object arg0,
                     Method method,
                     Object[] args)
Specified by:
invoke in interface InvocationHandler


Copyright © 2014 The Apache Software Foundation. All rights reserved.