org.apache.hadoop.hive.metastore
Class DummyMetaStoreInitListener

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.MetaStoreInitListener
      extended by org.apache.hadoop.hive.metastore.DummyMetaStoreInitListener

public class DummyMetaStoreInitListener
extends MetaStoreInitListener


Field Summary
static boolean wasCalled
           
 
Constructor Summary
DummyMetaStoreInitListener(Configuration config)
           
 
Method Summary
 void onInit(MetaStoreInitContext context)
           
 
Methods inherited from class org.apache.hadoop.hive.metastore.MetaStoreInitListener
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wasCalled

public static boolean wasCalled
Constructor Detail

DummyMetaStoreInitListener

public DummyMetaStoreInitListener(Configuration config)
Method Detail

onInit

public void onInit(MetaStoreInitContext context)
            throws MetaException
Specified by:
onInit in class MetaStoreInitListener
Throws:
MetaException


Copyright © 2012 The Apache Software Foundation