public interface QueueInfoDAO
| Modifier and Type | Method and Description |
|---|---|
long |
getPendingCount() |
long |
getProcessedCount() |
QueueInfo |
getQueueInfo(String name,
long jobOffset,
long jobCount) |
List<QueueInfo> |
getQueueInfos() |
List<String> |
getQueueNames() |
void |
removeQueue(String name)
Delete the given queue.
|
long getPendingCount()
long getProcessedCount()
QueueInfo getQueueInfo(String name, long jobOffset, long jobCount)
name - the queue namejobOffset - the offset into the queuejobCount - the number of jobs to returnvoid removeQueue(String name)
name - the name of the queueCopyright © 2011-2015. All Rights Reserved.