Uses of Interface
org.apache.hadoop.hive.ql.hooks.Hook

Packages that use Hook
org.apache.hadoop.hive.ql.hooks   
 

Uses of Hook in org.apache.hadoop.hive.ql.hooks
 

Subinterfaces of Hook in org.apache.hadoop.hive.ql.hooks
 interface ExecuteWithHookContext
          ExecuteWithHookContext is a new interface that the Pre/Post Execute Hook can run with the HookContext.
 interface PostExecute
          The post execute hook interface.
 interface PreExecute
          The pre execute hook interface.
 

Classes in org.apache.hadoop.hive.ql.hooks that implement Hook
 class CheckQueryPropertiesHook
          CheckQueryPropertiesHook.
 class EnforceReadOnlyTables
          Implementation of a pre execute hook that prevents modifications of read-only tables used by the test framework
 class MapJoinCounterHook
           
 class PostExecutePrinter
          Implementation of a post execute hook that simply prints out its parameters to standard output.
 class PreExecutePrinter
          Implementation of a pre execute hook that simply prints out its parameters to standard output.
static class UpdateInputAccessTimeHook.PreExec
           
 class VerifyContentSummaryCacheHook
           
 class VerifyHiveSortedInputFormatUsedHook
           
 class VerifyIsLocalModeHook
           
 



Copyright © 2011 The Apache Software Foundation