Uses of Class
org.agrona.concurrent.AbstractConcurrentArrayQueueConsumer
-
Packages that use AbstractConcurrentArrayQueueConsumer Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of AbstractConcurrentArrayQueueConsumer in org.agrona.concurrent
Subclasses of AbstractConcurrentArrayQueueConsumer in org.agrona.concurrent Modifier and Type Class Description class
AbstractConcurrentArrayQueue<E>
Left over immutable queue fields.(package private) class
AbstractConcurrentArrayQueuePadding3
Pad out a cacheline between the producer and consumer fields to prevent false sharing.class
ManyToManyConcurrentArrayQueue<E>
Many producer to many consumer concurrent queue that is array backed.class
ManyToOneConcurrentArrayQueue<E>
Many producer to one consumer concurrent queue that is array backed.class
OneToOneConcurrentArrayQueue<E>
One producer to one consumer concurrent queue that is array backed.
-