org.apache.hadoop.hive.metastore
Class DummyEndFunctionListener
java.lang.Object
org.apache.hadoop.hive.metastore.MetaStoreEndFunctionListener
org.apache.hadoop.hive.metastore.DummyEndFunctionListener
public class DummyEndFunctionListener
- extends MetaStoreEndFunctionListener
A dummy implementation for
MetaStoreEndFunctionListener
for testing purposes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
funcNameList
public static final List<String> funcNameList
contextList
public static final List<MetaStoreEndFunctionContext> contextList
DummyEndFunctionListener
public DummyEndFunctionListener(Configuration config)
onEndFunction
public void onEndFunction(String functionName,
MetaStoreEndFunctionContext context)
- Specified by:
onEndFunction
in class MetaStoreEndFunctionListener
Copyright © 2012 The Apache Software Foundation