Package | Description |
---|---|
org.jctools.queues.intrusive |
Modifier and Type | Class and Description |
---|---|
class |
NodeImpl |
Modifier and Type | Field and Description |
---|---|
private Node |
MpscIntrusiveLinkedQueueConsumerNodeRef.consumerNode |
private Node |
MpscIntrusiveLinkedQueueProducerNodeRef.producerNode |
protected Node |
MpscIntrusiveLinkedQueueConsumerNodeRef.stub |
Modifier and Type | Method and Description |
---|---|
Node |
NodeImpl.getNext() |
Node |
Node.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) |
Modifier and Type | Method and Description |
---|---|
boolean |
MpscIntrusiveLinkedQueue.offer(Node node) |
void |
NodeImpl.setNext(Node next) |
void |
Node.setNext(Node next)
Stores a pointer to the next node in the linked queue structure.
|
protected void |
MpscIntrusiveLinkedQueueConsumerNodeRef.spConsumerNode(Node node) |
protected Node |
MpscIntrusiveLinkedQueueProducerNodeRef.xchgProducerNode(Node node) |