Instance Constructors
-
new
BoundedPriorityMessageQueue
(capacity: Int, pushTimeOut: Duration, cmp: Comparator[MessageInvocation])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
def
addAll
(arg0: java.util.Collection[_ <: akka.dispatch.MessageInvocation]): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clear
(): Unit
-
def
clone
(): AnyRef
-
def
contains
(e: AnyRef): Boolean
-
def
containsAll
(c: java.util.Collection[_]): Boolean
-
-
val
dispatcherLock
: SimpleLock
-
def
drainTo
(c: java.util.Collection[_ >: akka.dispatch.MessageInvocation], maxElements: Int): Int
-
def
drainTo
(c: java.util.Collection[_ >: akka.dispatch.MessageInvocation]): Int
-
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isEmpty
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
-
val
lock
: ReentrantLock
-
val
maxCapacity
: Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
offer
(e: MessageInvocation, timeout: Long, unit: TimeUnit): Boolean
-
-
-
-
def
poll
(timeout: Long, unit: TimeUnit): MessageInvocation
-
val
pushTimeOut
: Duration
-
-
def
remainingCapacity
(): Int
-
def
remove
(e: AnyRef): Boolean
-
-
def
removeAll
(c: java.util.Collection[_]): Boolean
-
def
retainAll
(c: java.util.Collection[_]): Boolean
-
def
size
(): Int
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
-
def
toArray
[X]
(a: Array[X with AnyRef]): Array[X]
-
def
toArray
(): Array[AnyRef]
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any