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 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.