Uses of Interface
org.jctools.queues.util.JCToolsGenerator
-
Packages that use JCToolsGenerator Package Description org.jctools.queues.atomic org.jctools.queues.atomic.unpadded org.jctools.queues.unpadded org.jctools.queues.util -
-
Uses of JCToolsGenerator in org.jctools.queues.atomic
Classes in org.jctools.queues.atomic that implement JCToolsGenerator Modifier and Type Class Description class
JavaParsingAtomicArrayQueueGenerator
This generator takes in an JCTools 'ArrayQueue' Java source file and patchesUnsafe
accesses into atomicAtomicLongFieldUpdater
.class
JavaParsingAtomicLinkedQueueGenerator
This generator takes in an JCTools 'LinkedQueue' Java source file and patchesUnsafe
accesses into atomicAtomicLongFieldUpdater
.class
JavaParsingAtomicQueueGenerator
Base class of the atomic queue generators. -
Uses of JCToolsGenerator in org.jctools.queues.atomic.unpadded
Classes in org.jctools.queues.atomic.unpadded that implement JCToolsGenerator Modifier and Type Class Description class
JavaParsingAtomicUnpaddedArrayQueueGenerator
class
JavaParsingAtomicUnpaddedLinkedQueueGenerator
-
Uses of JCToolsGenerator in org.jctools.queues.unpadded
Classes in org.jctools.queues.unpadded that implement JCToolsGenerator Modifier and Type Class Description class
JavaParsingUnpaddedQueueGenerator
-
Uses of JCToolsGenerator in org.jctools.queues.util
Method parameters in org.jctools.queues.util with type arguments of type JCToolsGenerator Modifier and Type Method Description static void
GeneratorUtils. runJCToolsGenerator(java.lang.Class<? extends JCToolsGenerator> generatorClass, java.lang.String[] args)
-