Class BaseLinkedAtomicUnpaddedQueueConsumerNodeRef<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractQueue<E>
-
- org.jctools.queues.atomic.unpadded.BaseLinkedAtomicUnpaddedQueuePad0<E>
-
- org.jctools.queues.atomic.unpadded.BaseLinkedAtomicUnpaddedQueueProducerNodeRef<E>
-
- org.jctools.queues.atomic.unpadded.BaseLinkedAtomicUnpaddedQueuePad1<E>
-
- org.jctools.queues.atomic.unpadded.BaseLinkedAtomicUnpaddedQueueConsumerNodeRef<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>
,java.util.Collection<E>
,java.util.Queue<E>
,MessagePassingQueue<E>
- Direct Known Subclasses:
BaseLinkedAtomicUnpaddedQueuePad2
abstract class BaseLinkedAtomicUnpaddedQueueConsumerNodeRef<E> extends BaseLinkedAtomicUnpaddedQueuePad1<E>
NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedLinkedQueueGenerator which can found in the jctools-build module. The original source file is BaseLinkedQueue.java.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jctools.queues.MessagePassingQueue
MessagePassingQueue.Consumer<T>, MessagePassingQueue.ExitCondition, MessagePassingQueue.Supplier<T>, MessagePassingQueue.WaitStrategy
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<BaseLinkedAtomicUnpaddedQueueConsumerNodeRef,LinkedQueueAtomicNode>
C_NODE_UPDATER
private LinkedQueueAtomicNode<E>
consumerNode
-
Fields inherited from interface org.jctools.queues.MessagePassingQueue
UNBOUNDED_CAPACITY
-
-
Constructor Summary
Constructors Constructor Description BaseLinkedAtomicUnpaddedQueueConsumerNodeRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) LinkedQueueAtomicNode<E>
lpConsumerNode()
(package private) LinkedQueueAtomicNode<E>
lvConsumerNode()
(package private) void
spConsumerNode(LinkedQueueAtomicNode<E> newValue)
-
Methods inherited from class org.jctools.queues.atomic.unpadded.BaseLinkedAtomicUnpaddedQueueProducerNodeRef
casProducerNode, lpProducerNode, lvProducerNode, soProducerNode, spProducerNode, xchgProducerNode
-
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
Methods inherited from interface org.jctools.queues.MessagePassingQueue
capacity, clear, drain, drain, drain, fill, fill, fill, isEmpty, offer, peek, poll, relaxedOffer, relaxedPeek, relaxedPoll, size
-
-
-
-
Field Detail
-
C_NODE_UPDATER
private static final java.util.concurrent.atomic.AtomicReferenceFieldUpdater<BaseLinkedAtomicUnpaddedQueueConsumerNodeRef,LinkedQueueAtomicNode> C_NODE_UPDATER
-
consumerNode
private volatile LinkedQueueAtomicNode<E> consumerNode
-
-
Method Detail
-
spConsumerNode
final void spConsumerNode(LinkedQueueAtomicNode<E> newValue)
-
lvConsumerNode
final LinkedQueueAtomicNode<E> lvConsumerNode()
-
lpConsumerNode
final LinkedQueueAtomicNode<E> lpConsumerNode()
-
-