Uses of Class
org.jctools.queues.atomic.unpadded.BaseLinkedAtomicUnpaddedQueueConsumerNodeRef
-
Packages that use BaseLinkedAtomicUnpaddedQueueConsumerNodeRef Package Description org.jctools.queues.atomic.unpadded -
-
Uses of BaseLinkedAtomicUnpaddedQueueConsumerNodeRef in org.jctools.queues.atomic.unpadded
Subclasses of BaseLinkedAtomicUnpaddedQueueConsumerNodeRef in org.jctools.queues.atomic.unpadded Modifier and Type Class Description (package private) class
BaseLinkedAtomicUnpaddedQueue<E>
NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedLinkedQueueGenerator which can found in the jctools-build module.(package private) class
BaseLinkedAtomicUnpaddedQueuePad2<E>
NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedLinkedQueueGenerator which can found in the jctools-build module.class
MpscLinkedAtomicUnpaddedQueue<E>
NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedLinkedQueueGenerator which can found in the jctools-build module.class
SpscLinkedAtomicUnpaddedQueue<E>
NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedLinkedQueueGenerator which can found in the jctools-build module.Fields in org.jctools.queues.atomic.unpadded with type parameters of type BaseLinkedAtomicUnpaddedQueueConsumerNodeRef Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<BaseLinkedAtomicUnpaddedQueueConsumerNodeRef,LinkedQueueAtomicNode>
BaseLinkedAtomicUnpaddedQueueConsumerNodeRef. C_NODE_UPDATER
-