org.apache.hadoop.hive.metastore.events
Class EventCleanerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.hadoop.hive.metastore.events.EventCleanerTask
All Implemented Interfaces:
Runnable

public class EventCleanerTask
extends TimerTask


Field Summary
static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
EventCleanerTask(HiveMetaStore.HMSHandler handler)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Constructor Detail

EventCleanerTask

public EventCleanerTask(HiveMetaStore.HMSHandler handler)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


Copyright © 2011 The Apache Software Foundation