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 classNodeImplFields in org.jctools.queues.intrusive declared as Node Modifier and Type Field Description private NodeMpscIntrusiveLinkedQueueConsumerNodeRef. consumerNodeprivate NodeMpscIntrusiveLinkedQueueProducerNodeRef. producerNodeprotected NodeMpscIntrusiveLinkedQueueConsumerNodeRef. stubMethods in org.jctools.queues.intrusive that return Node Modifier and Type Method Description NodeNode. getNext()NodeNodeImpl. getNext()protected NodeMpscIntrusiveLinkedQueueConsumerNodeRef. lpConsumerNode()protected NodeMpscIntrusiveLinkedQueueConsumerNodeRef. lvConsumerNode()protected NodeMpscIntrusiveLinkedQueueProducerNodeRef. lvProducerNode()NodeMpscIntrusiveLinkedQueue. peek()NodeMpscIntrusiveLinkedQueue. poll()protected NodeMpscIntrusiveLinkedQueueProducerNodeRef. xchgProducerNode(Node node)Methods in org.jctools.queues.intrusive with parameters of type Node Modifier and Type Method Description booleanMpscIntrusiveLinkedQueue. offer(Node node)voidNode. setNext(Node next)Stores a pointer to the next node in the linked queue structure.voidNodeImpl. setNext(Node next)protected voidMpscIntrusiveLinkedQueueConsumerNodeRef. spConsumerNode(Node node)protected NodeMpscIntrusiveLinkedQueueProducerNodeRef. xchgProducerNode(Node node)
-