Package io.undertow.benchmarks.generated
Class SimpleBenchmarkState_jmhType_B2
- java.lang.Object
-
- io.undertow.benchmarks.SimpleBenchmarkState
-
- io.undertow.benchmarks.generated.SimpleBenchmarkState_jmhType_B1
-
- io.undertow.benchmarks.generated.SimpleBenchmarkState_jmhType_B2
-
- Direct Known Subclasses:
SimpleBenchmarkState_jmhType_B3
public class SimpleBenchmarkState_jmhType_B2 extends SimpleBenchmarkState_jmhType_B1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.undertow.benchmarks.SimpleBenchmarkState
SimpleBenchmarkState.ListenerType
-
-
Field Summary
Fields Modifier and Type Field Description booleanreadyInvocationbooleanreadyIterationbooleanreadyTrialintsetupInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2>setupInvocationMutexUpdaterintsetupIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2>setupIterationMutexUpdaterintsetupTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2>setupTrialMutexUpdaterinttearInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2>tearInvocationMutexUpdaterinttearIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2>tearIterationMutexUpdaterinttearTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2>tearTrialMutexUpdater
-
Constructor Summary
Constructors Constructor Description SimpleBenchmarkState_jmhType_B2()
-
Method Summary
-
Methods inherited from class io.undertow.benchmarks.SimpleBenchmarkState
after, before, client, getBaseUri
-
-
-
-
Field Detail
-
setupTrialMutex
public volatile int setupTrialMutex
-
tearTrialMutex
public volatile int tearTrialMutex
-
setupTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2> setupTrialMutexUpdater
-
tearTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2> tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex
-
tearIterationMutex
public volatile int tearIterationMutex
-
setupIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2> setupIterationMutexUpdater
-
tearIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2> tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex
-
tearInvocationMutex
public volatile int tearInvocationMutex
-
setupInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2> setupInvocationMutexUpdater
-
tearInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SimpleBenchmarkState_jmhType_B2> tearInvocationMutexUpdater
-
readyTrial
public volatile boolean readyTrial
-
readyIteration
public volatile boolean readyIteration
-
readyInvocation
public volatile boolean readyInvocation
-
-