Uses of Class
org.agrona.concurrent.ManyToOneConcurrentLinkedQueuePadding1
-
Packages that use ManyToOneConcurrentLinkedQueuePadding1 Package Description org.agrona.concurrent 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.concurrent Modifier and Type Class Description class
ManyToOneConcurrentLinkedQueue<E>
Concurrent linkedQueue
that can be used from many producers and a single consumer.(package private) class
ManyToOneConcurrentLinkedQueueHead<E>
Value for the head that is expected to be padded.(package private) class
ManyToOneConcurrentLinkedQueuePadding2<E>
Pad out a cache line between the tail and the head to prevent false sharing.(package private) class
ManyToOneConcurrentLinkedQueueTail<E>
Value for the tail that is expected to be padded.
-