com.atlassian.confluence.event.events.analytics
Class QueueOverflowEvent

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getRunnableInfo()
           
 java.lang.String getThreadPoolExecutorInfo()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueOverflowEvent

public QueueOverflowEvent(java.lang.String runnableInfo,
                          java.lang.String threadPoolExecutorInfo)
Method Detail

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.