Uses of Interface
org.jctools.queues.intrusive.Node
Packages that use Node
-
Uses of Node in org.jctools.queues.intrusive
Classes in org.jctools.queues.intrusive that implement NodeFields in org.jctools.queues.intrusive declared as NodeModifier and TypeFieldDescriptionprivate Node
MpscIntrusiveLinkedQueueConsumerNodeRef.consumerNode
private Node
MpscIntrusiveLinkedQueueProducerNodeRef.producerNode
protected final Node
MpscIntrusiveLinkedQueueConsumerNodeRef.stub
Methods in org.jctools.queues.intrusive that return NodeModifier and TypeMethodDescriptionNode.getNext()
NodeImpl.getNext()
protected final Node
MpscIntrusiveLinkedQueueConsumerNodeRef.lpConsumerNode()
protected final Node
MpscIntrusiveLinkedQueueConsumerNodeRef.lvConsumerNode()
protected final Node
MpscIntrusiveLinkedQueueProducerNodeRef.lvProducerNode()
MpscIntrusiveLinkedQueue.peek()
MpscIntrusiveLinkedQueue.poll()
protected final Node
MpscIntrusiveLinkedQueueProducerNodeRef.xchgProducerNode
(Node node) Methods in org.jctools.queues.intrusive with parameters of type NodeModifier and TypeMethodDescriptionboolean
void
Stores a pointer to the next node in the linked queue structure.void
protected final void
MpscIntrusiveLinkedQueueConsumerNodeRef.spConsumerNode
(Node node) protected final Node
MpscIntrusiveLinkedQueueProducerNodeRef.xchgProducerNode
(Node node)