Uses of Class
com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Packages that use VariableLinkedBlockingQueue
Package
Description
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 VariableLinkedBlockingQueueModifier and TypeFieldDescriptionprivate final BiConsumer<VariableLinkedBlockingQueue<W>, W> WorkPool.enqueueingCallbackprivate final Map<K, VariableLinkedBlockingQueue<W>> WorkPool.poolThe pool of registered clients, with their work queues.Methods in com.rabbitmq.client.impl with parameters of type VariableLinkedBlockingQueueModifier and TypeMethodDescriptionprivate intWorkPool.drainTo(VariableLinkedBlockingQueue<W> deList, Collection<W> c, int maxElements) Private implementation ofdrainTo(not implemented forLinkedList<W>s).