Uses of Class
org.agrona.concurrent.AbstractConcurrentArrayQueueProducer
Packages that use AbstractConcurrentArrayQueueProducer
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of AbstractConcurrentArrayQueueProducer in org.agrona.concurrent
Subclasses of AbstractConcurrentArrayQueueProducer in org.agrona.concurrentModifier and TypeClassDescriptionclass
Left over immutable queue fields.(package private) class
Values for the consumer that are expected to be padded.(package private) class
Pad out a cacheline between the producer and consumer fields to prevent false sharing.(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.