Klasse Channel.SendQueue

Alle implementierten Schnittstellen:
Serializable, Iterable<IBuffer>, Collection<IBuffer>, Queue<IBuffer>
Umschließende Klasse:
Channel

protected class Channel.SendQueue extends ConcurrentLinkedQueue<IBuffer>
A queue that holds buffers that shall be sent. This implementation notifies observers of enqueued and dequeued buffers. The notification is deliberately not synchronized. It shall only be used by O&M tooling to offer (not 100% accurate) statistical insights
Seit:
3.0
Autor:
Eike Stepper
Siehe auch: