@Export
| Class | Description |
|---|---|
| AtomicQueueUtil | |
| AtomicReferenceArrayQueue<E> | |
| JavaParsingAtomicArrayQueueGenerator |
This generator takes in an JCTools 'ArrayQueue' Java source file and patches
Unsafe accesses into
atomic AtomicLongFieldUpdater. |
| JavaParsingAtomicLinkedQueueGenerator |
This generator takes in an JCTools 'LinkedQueue' Java source file and patches
Unsafe accesses into
atomic AtomicLongFieldUpdater. |
| JavaParsingAtomicQueueGenerator |
Base class of the atomic queue generators.
|
| LinkedQueueAtomicNode<E> | |
| MpmcAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator
which can found in the jctools-build module.
|
| MpscAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator
which can found in the jctools-build module.
|
| MpscChunkedAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicLinkedQueueGenerator
which can found in the jctools-build module.
|
| MpscGrowableAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicLinkedQueueGenerator
which can found in the jctools-build module.
|
| MpscLinkedAtomicQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicLinkedQueueGenerator
which can found in the jctools-build module.
|
| MpscRelaxedAtomicArrayQueue<E> | |
| MpscUnboundedAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicLinkedQueueGenerator
which can found in the jctools-build module.
|
| SequencedAtomicReferenceArrayQueue<E> | |
| SpmcAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator
which can found in the jctools-build module.
|
| SpscAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator
which can found in the jctools-build module.
|
| SpscChunkedAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicLinkedQueueGenerator
which can found in the jctools-build module.
|
| SpscGrowableAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicLinkedQueueGenerator
which can found in the jctools-build module.
|
| SpscLinkedAtomicQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicLinkedQueueGenerator
which can found in the jctools-build module.
|
| SpscUnboundedAtomicArrayQueue<E> |
NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicLinkedQueueGenerator
which can found in the jctools-build module.
|
| TraceVisitor |
This is a little hand cranked, perhaps hacked together util to take a Java
file and dump a trace of where the visitor goes.
|
Copyright © 2013–2025. All rights reserved.