net.floodlightcontroller.debugevent
Class DebugEvent.LocalEventHistory

java.lang.Object
  extended by net.floodlightcontroller.debugevent.DebugEvent.LocalEventHistory
Enclosing class:
DebugEvent

protected class DebugEvent.LocalEventHistory
extends java.lang.Object

Thread local storage for events


Constructor Summary
DebugEvent.LocalEventHistory(boolean enabled, int maxCapacity, boolean flushNow)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugEvent.LocalEventHistory

public DebugEvent.LocalEventHistory(boolean enabled,
                                    int maxCapacity,
                                    boolean flushNow)