Package com.atlassian.bamboo.event.spi
Class EventStats
- java.lang.Object
-
- com.atlassian.bamboo.event.spi.EventStats
-
@ThreadSafe public class EventStats extends Object
Lockless class for tracking statistics from the events system- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description EventStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(com.atlassian.event.spi.ListenerInvoker invoker, Object event)
Map<String,Long>
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.
-
-
-
Method Detail
-
dispatch
public void dispatch(com.atlassian.event.spi.ListenerInvoker invoker, Object event)
-
-