public static class BoundedPriorityMailbox.MessageQueue extends BoundedBlockingQueue<Envelope> implements BoundedQueueBasedMessageQueue
| Constructor and Description |
|---|
MessageQueue(int capacity,
java.util.Comparator<Envelope> cmp,
scala.concurrent.duration.Duration pushTimeOut) |
| Modifier and Type | Method and Description |
|---|---|
scala.concurrent.duration.Duration |
pushTimeOut() |
java.util.concurrent.BlockingQueue<Envelope> |
queue() |
clear, contains, containsAll, drainTo, drainTo, isEmpty, iterator, lock, maxCapacity, offer, offer, peek, poll, poll, put, remainingCapacity, remove, removeAll, retainAll, size, take, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdequeue, enqueuecleanUp, hasMessages, numberOfMessagespublic MessageQueue(int capacity,
java.util.Comparator<Envelope> cmp,
scala.concurrent.duration.Duration pushTimeOut)
public scala.concurrent.duration.Duration pushTimeOut()
pushTimeOut in interface BoundedMessageQueueSemanticspublic final java.util.concurrent.BlockingQueue<Envelope> queue()
queue in interface BoundedQueueBasedMessageQueuequeue in interface QueueBasedMessageQueue