|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.debugevent.DebugEvent.EventUpdaterImpl<T>
protected class DebugEvent.EventUpdaterImpl<T>
Constructor Summary | |
---|---|
DebugEvent.EventUpdaterImpl(int evId)
|
Method Summary | |
---|---|
void |
updateEventNoFlush(java.lang.Object event)
Logs the instance of the event thread-locally. |
void |
updateEventWithFlush(java.lang.Object event)
Logs the instance of the event thread-locally and immediated flushes to the global circular buffer for this event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugEvent.EventUpdaterImpl(int evId)
Method Detail |
---|
public void updateEventNoFlush(java.lang.Object event)
IEventUpdater
updateEventNoFlush
in interface IEventUpdater<T>
event
- an instance of the user-defined event of type Tpublic void updateEventWithFlush(java.lang.Object event)
IEventUpdater
updateEventWithFlush
in interface IEventUpdater<T>
event
- an instance of the user-defined event of type T
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |