Class LongRunningTaskAnalyticsEvent
java.lang.Object
com.atlassian.confluence.internal.diagnostics.LongRunningTaskAnalyticsEvent
LongRunningTaskAnalyticsEvent is fired when long running task runs longer than configured threshold
 Fired from 
LongRunningTaskMonitor- Since:
- 6.11.0
- 
Constructor SummaryConstructorsConstructorDescriptionLongRunningTaskAnalyticsEvent(String className, int percentageComplete, long elapsedTimeInSec, long estimatedTimeRemainingInSec, long thresholdInSec, Thread.State threadState) 
- 
Method SummaryModifier and TypeMethodDescriptionlonglongintlong
- 
Constructor Details- 
LongRunningTaskAnalyticsEventpublic LongRunningTaskAnalyticsEvent(String className, int percentageComplete, long elapsedTimeInSec, long estimatedTimeRemainingInSec, long thresholdInSec, Thread.State threadState) 
 
- 
- 
Method Details- 
getPercentageCompletepublic int getPercentageComplete()
- 
getElapsedTimeInSecpublic long getElapsedTimeInSec()
- 
getEstimatedTimeRemainingInSecpublic long getEstimatedTimeRemainingInSec()
- 
getThresholdInSecpublic long getThresholdInSec()
- 
getThreadState
- 
getClassName
 
-