Package org.jctools.queues.atomic
Class AtomicQueueFactory
java.lang.Object
org.jctools.queues.atomic.AtomicQueueFactory
The queue factory produces
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.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AtomicQueueFactory
public AtomicQueueFactory()
-
-
Method Details
-
newQueue
-