Uses of Class
org.agrona.concurrent.ManyToOneConcurrentLinkedQueuePadding1
Packages that use ManyToOneConcurrentLinkedQueuePadding1
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of ManyToOneConcurrentLinkedQueuePadding1 in org.agrona.concurrent
Subclasses of ManyToOneConcurrentLinkedQueuePadding1 in org.agrona.concurrentModifier and TypeClassDescriptionclass
Concurrent linkedQueue
that can be used from many producers and a single consumer.(package private) class
Value for the head that is expected to be padded.(package private) class
Pad out a cache line between the tail and the head to prevent false sharing.(package private) class
Value for the tail that is expected to be padded.