public class BlockingQueueFactory
extends java.lang.Object
BlockingQueue instances. When available, LinkedTransferQueues will be created, otherwise LinkedBlockingQueues will be
created.| Constructor and Description |
|---|
BlockingQueueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <D> java.util.concurrent.BlockingQueue<D> |
createQueue()
Creates a new
BlockingQueue |