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) |
long getPendingCount()
long getProcessedCount()
void removeQueue(String name)
Copyright © 2011-2013. All Rights Reserved.