org.apache.hadoop.hive.metastore
Class MetaStoreInitListener

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.MetaStoreInitListener
Direct Known Subclasses:
DummyMetaStoreInitListener, TestMetaStoreListenersError.ErrorInitListener

public abstract class MetaStoreInitListener
extends Object

This abstract class needs to be extended to provide implementation of actions that needs to be performed when HMSHandler is initialized


Constructor Summary
MetaStoreInitListener(Configuration config)
           
 
Method Summary
 Configuration getConf()
           
abstract  void onInit(MetaStoreInitContext context)
           
 void setConf(Configuration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaStoreInitListener

public MetaStoreInitListener(Configuration config)
Method Detail

onInit

public abstract void onInit(MetaStoreInitContext context)
                     throws MetaException
Throws:
MetaException

getConf

public Configuration getConf()

setConf

public void setConf(Configuration config)


Copyright © 2012 The Apache Software Foundation