com.atlassian.confluence.event.events.analytics
Class QueueOverflowEvent
java.lang.Object
com.atlassian.confluence.event.events.analytics.QueueOverflowEvent
public class QueueOverflowEvent
- extends java.lang.Object
Analytics event for tracking when there are no enough slots in queue or worker threads
- Since:
- 5.5
Constructor Summary |
QueueOverflowEvent(java.lang.String runnableInfo,
java.lang.String threadPoolExecutorInfo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueueOverflowEvent
public QueueOverflowEvent(java.lang.String runnableInfo,
java.lang.String threadPoolExecutorInfo)
getRunnableInfo
public java.lang.String getRunnableInfo()
getThreadPoolExecutorInfo
public java.lang.String getThreadPoolExecutorInfo()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2014 Atlassian. All Rights Reserved.