net.floodlightcontroller.debugevent
Class DebugEvent.DebugEventHistory

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

protected class DebugEvent.DebugEventHistory
extends java.lang.Object

Event history for a particular event-id is stored in a circular buffer


Constructor Summary
DebugEvent.DebugEventHistory(DebugEvent.EventInfo einfo, int capacity)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugEvent.DebugEventHistory

public DebugEvent.DebugEventHistory(DebugEvent.EventInfo einfo,
                                    int capacity)