BlockingQueueFactory<E>
@Plugin(name="DisruptorBlockingQueue", category="Core", elementType="BlockingQueueFactory") public class DisruptorBlockingQueueFactory<E> extends Object implements BlockingQueueFactory<E>
DisruptorBlockingQueue
.ELEMENT_TYPE
Modifier and Type | Method | Description |
---|---|---|
BlockingQueue<E> |
create(int capacity) |
Creates a new BlockingQueue with the specified maximum capacity.
|
static <E> DisruptorBlockingQueueFactory<E> |
createFactory(com.conversantmedia.util.concurrent.SpinPolicy spinPolicy) |
public BlockingQueue<E> create(int capacity)
BlockingQueueFactory
create
in interface BlockingQueueFactory<E>
capacity
- maximum size of the queue if supported@PluginFactory public static <E> DisruptorBlockingQueueFactory<E> createFactory(@PluginAttribute(value="SpinPolicy",defaultString="WAITING") com.conversantmedia.util.concurrent.SpinPolicy spinPolicy)
Copyright © 1999-2018. 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.