|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.event.spi.EventStats
@ThreadSafe public class EventStats
Lockless class for tracking statistics from the events system
Constructor Summary | |
---|---|
EventStats()
|
Method Summary | |
---|---|
void |
dispatch(com.atlassian.event.spi.ListenerInvoker invoker,
java.lang.Object event)
|
java.util.Map<java.lang.String,java.util.concurrent.atomic.AtomicLong> |
getEventCountsMap()
Returns a copy of the map where the key is the event name and the value has how many times the event has been dispatched. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventStats()
Method Detail |
---|
public void dispatch(com.atlassian.event.spi.ListenerInvoker invoker, java.lang.Object event)
public java.util.Map<java.lang.String,java.util.concurrent.atomic.AtomicLong> getEventCountsMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |