Top Description Constructors Methods
io.netty.util.internal.shaded.org.jctools.queues.atomic

public Class AtomicQueueFactory

extends Object
Class Inheritance
Imports
io.netty.util.internal.shaded.org.jctools.queues.spec.ConcurrentQueueSpec, java.util.Queue, java.util.concurrent.ConcurrentLinkedQueue

The queue factory produces java.util.Queue instances based on a best fit to the ConcurrentQueueSpec. This allows minimal dependencies between user code and the queue implementations and gives users a way to express their requirements on a higher level.
Authors
nitsanw, akarnokd

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static <E> Queue<E>
newQueue(ConcurrentQueueSpec qs)

Deprecated as a consequence of ConcurrentQueueSpec being deprecated.
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

AtomicQueueFactoryback to summary
public AtomicQueueFactory()

Method Detail

newQueueback to summary
public static <E> Queue<E> newQueue(ConcurrentQueueSpec qs)

Deprecated

as a consequence of ConcurrentQueueSpec being deprecated. See corresponding docs for further information.