Uses of Class
org.agrona.concurrent.ManyToOneConcurrentLinkedQueueTail
Packages that use ManyToOneConcurrentLinkedQueueTail
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of ManyToOneConcurrentLinkedQueueTail in org.agrona.concurrent
Subclasses of ManyToOneConcurrentLinkedQueueTail 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.