Uses of Interface
org.jctools.queues.util.JCToolsGenerator
-
-
Uses of JCToolsGenerator in org.jctools.queues.atomic
Classes in org.jctools.queues.atomic that implement JCToolsGenerator Modifier and Type Class Description classJavaParsingAtomicArrayQueueGeneratorThis generator takes in an JCTools 'ArrayQueue' Java source file and patchesUnsafeaccesses into atomicAtomicLongFieldUpdater.classJavaParsingAtomicLinkedQueueGeneratorThis generator takes in an JCTools 'LinkedQueue' Java source file and patchesUnsafeaccesses into atomicAtomicLongFieldUpdater.classJavaParsingAtomicQueueGeneratorBase 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 classJavaParsingAtomicUnpaddedArrayQueueGeneratorclassJavaParsingAtomicUnpaddedLinkedQueueGenerator -
Uses of JCToolsGenerator in org.jctools.queues.unpadded
Classes in org.jctools.queues.unpadded that implement JCToolsGenerator Modifier and Type Class Description classJavaParsingUnpaddedQueueGenerator -
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 voidGeneratorUtils. runJCToolsGenerator(java.lang.Class<? extends JCToolsGenerator> generatorClass, java.lang.String[] args) -
Uses of JCToolsGenerator in org.jctools.queues.varhandle
Classes in org.jctools.queues.varhandle that implement JCToolsGenerator Modifier and Type Class Description classJavaParsingVarHandleArrayQueueGeneratorThis generator takes in an JCTools 'ArrayQueue' Java source file and patchesUnsafeaccesses intoVarHandle.classJavaParsingVarHandleLinkedQueueGeneratorThis generator takes in an JCTools 'LinkedQueue' Java source file and patchesUnsafeaccesses intoVarHandle.classJavaParsingVarHandleQueueGeneratorBase class of the VarHandle queue generators. -
Uses of JCToolsGenerator in org.jctools.queues.varhandle.unpadded
Classes in org.jctools.queues.varhandle.unpadded that implement JCToolsGenerator Modifier and Type Class Description classJavaParsingVarHandleUnpaddedArrayQueueGeneratorclassJavaParsingVarHandleUnpaddedLinkedQueueGenerator
-