org.apache.hive.service.cli.session
Class TestSessionHooks.SessionHookTest

java.lang.Object
  extended by org.apache.hive.service.cli.session.TestSessionHooks.SessionHookTest
All Implemented Interfaces:
Hook, HiveSessionHook
Enclosing class:
TestSessionHooks

public static class TestSessionHooks.SessionHookTest
extends Object
implements HiveSessionHook


Field Summary
static AtomicInteger runCount
           
 
Constructor Summary
TestSessionHooks.SessionHookTest()
           
 
Method Summary
 void run(HiveSessionHookContext sessionHookContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runCount

public static AtomicInteger runCount
Constructor Detail

TestSessionHooks.SessionHookTest

public TestSessionHooks.SessionHookTest()
Method Detail

run

public void run(HiveSessionHookContext sessionHookContext)
         throws HiveSQLException
Specified by:
run in interface HiveSessionHook
Parameters:
sessionHookContext - context
Throws:
HiveSQLException


Copyright © 2012 The Apache Software Foundation