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

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

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

Methods in org.apache.hadoop.hive.metastore.events that return PreEventContext.PreEventType
 PreEventContext.PreEventType PreEventContext.getEventType()
           
static PreEventContext.PreEventType PreEventContext.PreEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PreEventContext.PreEventType[] PreEventContext.PreEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hive.metastore.events with parameters of type PreEventContext.PreEventType
PreEventContext(PreEventContext.PreEventType eventType, HiveMetaStore.HMSHandler handler)
           
 



Copyright © 2012 The Apache Software Foundation