Uses of Class
org.agrona.concurrent.AbstractConcurrentArrayQueueConsumer
Packages that use AbstractConcurrentArrayQueueConsumer
Package
Description
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.concurrentModifier and TypeClassDescriptionclass
Left over immutable queue fields.(package private) class
Pad out a cacheline between the producer and consumer fields to prevent false sharing.class
Many producer to many consumer concurrent queue that is array backed.class
Many producer to one consumer concurrent queue that is array backed.class
One producer to one consumer concurrent queue that is array backed.