org.apache.hadoop.hive.metastore
Class DummyEndFunctionListener

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.MetaStoreEndFunctionListener
      extended by org.apache.hadoop.hive.metastore.DummyEndFunctionListener
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable

public class DummyEndFunctionListener
extends MetaStoreEndFunctionListener

A dummy implementation for MetaStoreEndFunctionListener for testing purposes.


Field Summary
static List<MetaStoreEndFunctionContext> contextList
           
static List<String> funcNameList
           
 
Constructor Summary
DummyEndFunctionListener(org.apache.hadoop.conf.Configuration config)
           
 
Method Summary
 void onEndFunction(String functionName, MetaStoreEndFunctionContext context)
           
 
Methods inherited from class org.apache.hadoop.hive.metastore.MetaStoreEndFunctionListener
exportCounters, getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

funcNameList

public static final List<String> funcNameList

contextList

public static final List<MetaStoreEndFunctionContext> contextList
Constructor Detail

DummyEndFunctionListener

public DummyEndFunctionListener(org.apache.hadoop.conf.Configuration config)
Method Detail

onEndFunction

public void onEndFunction(String functionName,
                          MetaStoreEndFunctionContext context)
Specified by:
onEndFunction in class MetaStoreEndFunctionListener


Copyright © 2011 The Apache Software Foundation