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 NodeSubclasses with type arguments of type Node in org.jctools.queues.intrusiveFields in org.jctools.queues.intrusive declared as NodeModifier and TypeFieldDescriptionprivate NodeMpscIntrusiveLinkedQueueConsumerNodeRef.consumerNodeprivate NodeMpscIntrusiveLinkedQueueProducerNodeRef.producerNodeprotected final NodeMpscIntrusiveLinkedQueueConsumerNodeRef.stubMethods in org.jctools.queues.intrusive that return NodeModifier and TypeMethodDescriptionNode.getNext()NodeImpl.getNext()protected final NodeMpscIntrusiveLinkedQueueConsumerNodeRef.lpConsumerNode()protected final NodeMpscIntrusiveLinkedQueueConsumerNodeRef.lvConsumerNode()protected final NodeMpscIntrusiveLinkedQueueProducerNodeRef.lvProducerNode()MpscIntrusiveLinkedQueue.peek()MpscIntrusiveLinkedQueue.poll()protected final NodeMpscIntrusiveLinkedQueueProducerNodeRef.xchgProducerNode(Node node) Methods in org.jctools.queues.intrusive with parameters of type NodeModifier and TypeMethodDescriptionbooleanvoidStores a pointer to the next node in the linked queue structure.voidprotected final voidMpscIntrusiveLinkedQueueConsumerNodeRef.spConsumerNode(Node node) protected final NodeMpscIntrusiveLinkedQueueProducerNodeRef.xchgProducerNode(Node node)