org.apache.hadoop.hive.metastore
Class PartitionNameWhitelistPreEventListener

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

public class PartitionNameWhitelistPreEventListener
extends MetaStorePreEventListener


Constructor Summary
PartitionNameWhitelistPreEventListener(org.apache.hadoop.conf.Configuration config)
           
 
Method Summary
 void onEvent(PreEventContext event)
           
 
Methods inherited from class org.apache.hadoop.hive.metastore.MetaStorePreEventListener
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionNameWhitelistPreEventListener

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

onEvent

public void onEvent(PreEventContext event)
             throws MetaException,
                    NoSuchObjectException,
                    InvalidOperationException
Specified by:
onEvent in class MetaStorePreEventListener
Throws:
MetaException
NoSuchObjectException
InvalidOperationException


Copyright © 2011 The Apache Software Foundation