Uses of Class
org.apache.hadoop.hive.metastore.events.PreEventContext

Packages that use PreEventContext
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.events   
 

Uses of PreEventContext in org.apache.hadoop.hive.metastore
 

Fields in org.apache.hadoop.hive.metastore with type parameters of type PreEventContext
static List<PreEventContext> DummyPreListener.notifyList
           
 

Methods in org.apache.hadoop.hive.metastore with parameters of type PreEventContext
 void DummyPreListener.onEvent(PreEventContext context)
           
abstract  void MetaStorePreEventListener.onEvent(PreEventContext context)
           
 

Uses of PreEventContext in org.apache.hadoop.hive.metastore.events
 

Subclasses of PreEventContext in org.apache.hadoop.hive.metastore.events
 class PreAddPartitionEvent
           
 class PreAlterPartitionEvent
           
 class PreAlterTableEvent
           
 class PreCreateDatabaseEvent
           
 class PreCreateTableEvent
           
 class PreDropDatabaseEvent
           
 class PreDropPartitionEvent
           
 class PreDropTableEvent
           
 class PreLoadPartitionDoneEvent
           
 



Copyright © 2011 The Apache Software Foundation