Uses of Class
com.rabbitmq.client.impl.VariableLinkedBlockingQueue
-
Packages that use VariableLinkedBlockingQueue Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of VariableLinkedBlockingQueue in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl with type parameters of type VariableLinkedBlockingQueue Modifier and Type Field Description private java.util.function.BiConsumer<VariableLinkedBlockingQueue<W>,W>
WorkPool. enqueueingCallback
private java.util.Map<K,VariableLinkedBlockingQueue<W>>
WorkPool. pool
The pool of registered clients, with their work queues.Methods in com.rabbitmq.client.impl with parameters of type VariableLinkedBlockingQueue Modifier and Type Method Description private int
WorkPool. drainTo(VariableLinkedBlockingQueue<W> deList, java.util.Collection<W> c, int maxElements)
Private implementation ofdrainTo
(not implemented forLinkedList<W>
s).
-