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 TypeClassDescriptionclassConcurrent linkedQueuethat can be used from many producers and a single consumer.(package private) classValue for the head that is expected to be padded.(package private) classPad out a cache line between the tail and the head to prevent false sharing.(package private) classValue for the tail that is expected to be padded.