org.apache.hadoop.hive.ql.hooks
Class VerifyHooksRunInOrder.RunFirst

java.lang.Object
  extended by org.apache.hadoop.hive.ql.hooks.VerifyHooksRunInOrder.RunFirst
All Implemented Interfaces:
ExecuteWithHookContext, Hook
Enclosing class:
VerifyHooksRunInOrder

public static class VerifyHooksRunInOrder.RunFirst
extends Object
implements ExecuteWithHookContext


Constructor Summary
VerifyHooksRunInOrder.RunFirst()
           
 
Method Summary
 void run(HookContext hookContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyHooksRunInOrder.RunFirst

public VerifyHooksRunInOrder.RunFirst()
Method Detail

run

public void run(HookContext hookContext)
Specified by:
run in interface ExecuteWithHookContext
Parameters:
hookContext - The hook context passed to each hooks.


Copyright © 2013 The Apache Software Foundation