Uses of Interface
org.jctools.queues.intrusive.Node
-
Packages that use Node Package Description org.jctools.queues.intrusive -
-
Uses of Node in org.jctools.queues.intrusive
Classes in org.jctools.queues.intrusive that implement Node Modifier and Type Class Description class
NodeImpl
Fields in org.jctools.queues.intrusive declared as Node Modifier and Type Field Description private Node
MpscIntrusiveLinkedQueueConsumerNodeRef. consumerNode
private Node
MpscIntrusiveLinkedQueueProducerNodeRef. producerNode
protected Node
MpscIntrusiveLinkedQueueConsumerNodeRef. stub
Methods in org.jctools.queues.intrusive that return Node Modifier and Type Method Description Node
Node. getNext()
Node
NodeImpl. getNext()
protected Node
MpscIntrusiveLinkedQueueConsumerNodeRef. lpConsumerNode()
protected Node
MpscIntrusiveLinkedQueueConsumerNodeRef. lvConsumerNode()
protected Node
MpscIntrusiveLinkedQueueProducerNodeRef. lvProducerNode()
Node
MpscIntrusiveLinkedQueue. peek()
Node
MpscIntrusiveLinkedQueue. poll()
protected Node
MpscIntrusiveLinkedQueueProducerNodeRef. xchgProducerNode(Node node)
Methods in org.jctools.queues.intrusive with parameters of type Node Modifier and Type Method Description boolean
MpscIntrusiveLinkedQueue. offer(Node node)
void
Node. setNext(Node next)
Stores a pointer to the next node in the linked queue structure.void
NodeImpl. setNext(Node next)
protected void
MpscIntrusiveLinkedQueueConsumerNodeRef. spConsumerNode(Node node)
protected Node
MpscIntrusiveLinkedQueueProducerNodeRef. xchgProducerNode(Node node)
-