Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
ack_rates
: Option[(Double, Double)]
-
-
-
def
acquired_count
: Int
-
var
acquired_size
: Long
-
def
adjust_prefetch_size
: (Long, Long)
-
def
advance
(value: QueueEntry): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
assert_executing
: Unit
-
def
browser
: Boolean
-
def
check_consumer_stall
: Unit
-
def
check_finish_close
: Unit
-
def
check_load_stall
: Unit
-
def
clone
(): AnyRef
-
def
close
(): Unit
-
def
collocate
(value: DispatchQueue): Unit
-
-
-
val
consumer_buffer
: Int
-
var
consumer_stall_ms
: Long
-
var
consumer_stall_start
: Long
-
def
dispatch_queue
: DispatchQueue
-
var
enqueue_size_at_last_interval
: Long
-
var
enqueue_size_per_interval
: Long
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
exclusive
: Boolean
-
def
finalize
(): Unit
-
def
full
: Boolean
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
id
: Int
-
var
idle_start
: Long
-
var
idle_total
: Long
-
def
isInstanceOf
[T0]
: Boolean
-
var
load_stall_ms
: Long
-
var
load_stall_start
: Long
-
def
matches
(entry: Delivery): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
offer
(delivery: Delivery): Boolean
-
def
open
(): Unit
-
var
pending_close_action
: () ⇒ Unit
-
-
val
queue
: Queue
-
def
refill_prefetch
: Unit
-
def
rewind
(value: QueueEntry): Unit
-
def
send_buffer_size
: Int
-
-
var
started_at
: Long
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tail_parked
: Boolean
-
def
toString
(): String
-
var
total_ack_count
: Long
-
var
total_ack_size
: Long
-
var
total_nack_count
: Long
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Dispatched
Inherited from AnyRef
Inherited from Any
Interfaces a DispatchConsumer with a Queue. Tracks current position of the consumer on the queue, and the delivery rate so that slow consumers can be detected. It also tracks the entries which the consumer has acquired.