Package com.atlassian.confluence.jmx
Class TaskQueueWrapper
- java.lang.Object
-
- com.atlassian.confluence.jmx.TaskQueueWrapper
-
public class TaskQueueWrapper extends Object
WrapsAbstractErrorQueuedTaskQueue
to expose its more interesting statistics via JMX.
-
-
Constructor Summary
Constructors Constructor Description TaskQueueWrapper(com.atlassian.core.task.AbstractErrorQueuedTaskQueue queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorQueueSize()
Timestamp
getFlushStarted()
int
getRetryCount()
int
getTasksSize()
boolean
isFlushing()
int
size()
-
-
-
Method Detail
-
getRetryCount
public int getRetryCount()
-
getErrorQueueSize
public int getErrorQueueSize()
-
size
public int size()
-
isFlushing
public boolean isFlushing()
-
getFlushStarted
public Timestamp getFlushStarted()
-
getTasksSize
public int getTasksSize()
-
-