@Plugin(name="LinkedTransferQueue", category="Core", elementType="BlockingQueueFactory") public class LinkedTransferQueueFactory<E> extends Object implements BlockingQueueFactory<E>
LinkedTransferQueue
.ELEMENT_TYPE
Constructor and Description |
---|
LinkedTransferQueueFactory() |
Modifier and Type | Method and Description |
---|---|
BlockingQueue<E> |
create(int capacity)
Creates a new BlockingQueue with the specified maximum capacity.
|
static <E> LinkedTransferQueueFactory<E> |
createFactory() |
public LinkedTransferQueueFactory()
public BlockingQueue<E> create(int capacity)
BlockingQueueFactory
create
in interface BlockingQueueFactory<E>
capacity
- maximum size of the queue if supported@PluginFactory public static <E> LinkedTransferQueueFactory<E> createFactory()
Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.