|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.debugevent.NullDebugEvent.NullEventImpl<T>
public class NullDebugEvent.NullEventImpl<T>
Constructor Summary | |
---|---|
NullDebugEvent.NullEventImpl()
|
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 NullDebugEvent.NullEventImpl()
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 |