Uses of Interface
com.conversantmedia.util.concurrent.ConcurrentQueue
-
Packages that use ConcurrentQueue Package Description com.conversantmedia.util.concurrent -
-
Uses of ConcurrentQueue in com.conversantmedia.util.concurrent
Classes in com.conversantmedia.util.concurrent that implement ConcurrentQueue Modifier and Type Class Description classDisruptorBlockingQueue<E>This is a lock free blocking queue that implements a fixed length queue backed by a ring buffer.classMPMCBlockingQueue<E>Alternative implementation for benchmarking purposesclassMultithreadConcurrentQueue<E>This is the disruptor implemented for multiple simultaneous reader and writer threads.classPushPullBlockingQueue<E>Single thread implementation of disruptorclassPushPullConcurrentQueue<E>Tuned version of Martin Thompson's push pull queue Transfers from a single thread writer to a single thread reader are orders of nanoseconds (3-5) This code is optimized and tested using a 64bit HotSpot JVM on an Intel x86-64 environment.
-