| Package | Description |
|---|---|
| org.jctools.queues.atomic | |
| org.jctools.queues.atomic.unpadded | |
| org.jctools.queues.unpadded | |
| org.jctools.queues.util |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaParsingAtomicArrayQueueGenerator
This generator takes in an JCTools 'ArrayQueue' Java source file and patches
Unsafe accesses into
atomic AtomicLongFieldUpdater. |
class |
JavaParsingAtomicLinkedQueueGenerator
This generator takes in an JCTools 'LinkedQueue' Java source file and patches
Unsafe accesses into
atomic AtomicLongFieldUpdater. |
class |
JavaParsingAtomicQueueGenerator
Base class of the atomic queue generators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaParsingAtomicUnpaddedArrayQueueGenerator |
class |
JavaParsingAtomicUnpaddedLinkedQueueGenerator |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaParsingUnpaddedQueueGenerator |
| Modifier and Type | Method and Description |
|---|---|
static void |
GeneratorUtils.runJCToolsGenerator(Class<? extends JCToolsGenerator> generatorClass,
String[] args) |
Copyright © 2013–2025. All rights reserved.