| java.lang.Object |
| ↳ |
com.atlassian.core.task.AbstractTaskQueue |
| |
↳ |
com.atlassian.confluence.cluster.ClusteredTaskQueue |
Class Overview
A task queue that represents a single queue across the cluster.
Summary
|
[Expand]
Inherited Fields |
From class
com.atlassian.core.task.AbstractTaskQueue
|
protected
FifoBuffer |
buffer |
|
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.core.task.AbstractTaskQueue
|
void
|
addTask(Task arg0)
|
|
void
|
clear()
|
|
void
|
flush()
|
|
Timestamp
|
getFlushStarted()
|
|
Collection
|
getQueue()
|
|
Collection
|
getTasks()
|
|
void
|
handleException(Task arg0, Exception arg1)
|
|
boolean
|
isFlushing()
|
|
int
|
size()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.core.task.TaskQueue
|
abstract
void
|
addTask(Task arg0)
|
|
abstract
void
|
clear()
|
|
abstract
void
|
flush()
|
|
abstract
Timestamp
|
getFlushStarted()
|
|
abstract
Collection
|
getTasks()
|
|
abstract
boolean
|
isFlushing()
|
|
abstract
int
|
size()
|
|
Public Constructors
Public Methods