Uses of Class
org.apache.hadoop.hive.ql.hooks.HookContext.HookType

Packages that use HookContext.HookType
org.apache.hadoop.hive.ql.hooks   
 

Uses of HookContext.HookType in org.apache.hadoop.hive.ql.hooks
 

Methods in org.apache.hadoop.hive.ql.hooks that return HookContext.HookType
 HookContext.HookType HookContext.getHookType()
           
static HookContext.HookType HookContext.HookType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HookContext.HookType[] HookContext.HookType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.hooks with parameters of type HookContext.HookType
 void HookContext.setHookType(HookContext.HookType hookType)
           
 



Copyright © 2012 The Apache Software Foundation