public class ScheduledTaskQueue extends ReadWritePriorityQueue<ScheduledTask>
waitingForItemsMonitor, waitingForRemovalMonitorinternalQueue, lock| Constructor and Description |
|---|
ScheduledTaskQueue() |
ScheduledTaskQueue(int maxCapacity) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledTask |
take() |
add, addAll, drainTo, drainTo, offer, offer, poll, poll, put, remainingCapacity, remove, removeAllclear, contains, containsAll, element, isEmpty, iterator, lazyOffer, peek, remove, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ScheduledTaskQueue()
public ScheduledTaskQueue(int maxCapacity)
public ScheduledTask take() throws java.lang.InterruptedException
take in interface java.util.concurrent.BlockingQueue<ScheduledTask>take in class AbstractConcurrentBlockingQueue<ScheduledTask>java.lang.InterruptedException