org.apache.hadoop.hbase.executor
Class ExecutorService.RunningEventStatus

java.lang.Object
  extended by org.apache.hadoop.hbase.executor.ExecutorService.RunningEventStatus
Enclosing class:
ExecutorService

public static class ExecutorService.RunningEventStatus
extends Object

The status of a particular event that is in the middle of being handled by an executor.


Constructor Summary
ExecutorService.RunningEventStatus(Thread t, EventHandler event)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorService.RunningEventStatus

public ExecutorService.RunningEventStatus(Thread t,
                                          EventHandler event)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.