|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.server.net.rtmp.event.AllocationDebugger
public class AllocationDebugger
Simple allocation debugger for Event reference counting.
| Method Summary | |
|---|---|
protected void |
create(BaseEvent event)
Add event to map |
void |
dump()
Dumps allocations |
static AllocationDebugger |
getInstance()
Getter for instance |
protected void |
release(BaseEvent event)
Release event if there's no more references to it |
protected void |
retain(BaseEvent event)
Retain event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AllocationDebugger getInstance()
protected void create(BaseEvent event)
event - Eventprotected void retain(BaseEvent event)
event - Eventprotected void release(BaseEvent event)
event - Eventpublic void dump()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||