Class SingleNodeBenchmark_jmhType_B2
- java.lang.Object
-
- cloud.orbit.actors.test.SingleNodeBenchmark
-
- cloud.orbit.actors.test.generated.SingleNodeBenchmark_jmhType_B1
-
- cloud.orbit.actors.test.generated.SingleNodeBenchmark_jmhType_B2
-
- Direct Known Subclasses:
SingleNodeBenchmark_jmhType_B3
public class SingleNodeBenchmark_jmhType_B2 extends SingleNodeBenchmark_jmhType_B1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cloud.orbit.actors.test.SingleNodeBenchmark
SingleNodeBenchmark.Hello, SingleNodeBenchmark.HelloActor
-
-
Field Summary
Fields Modifier and Type Field Description booleanreadyInvocationbooleanreadyIterationbooleanreadyTrialintsetupInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2>setupInvocationMutexUpdaterintsetupIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2>setupIterationMutexUpdaterintsetupTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2>setupTrialMutexUpdaterinttearInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2>tearInvocationMutexUpdaterinttearIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2>tearIterationMutexUpdaterinttearTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2>tearTrialMutexUpdater
-
Constructor Summary
Constructors Constructor Description SingleNodeBenchmark_jmhType_B2()
-
Method Summary
-
Methods inherited from class cloud.orbit.actors.test.SingleNodeBenchmark
avgRequestTime_batched, avgRequestTime_singleThread, requestThroughput, setup, setupIteration, tearDown
-
-
-
-
Field Detail
-
setupTrialMutex
public volatile int setupTrialMutex
-
tearTrialMutex
public volatile int tearTrialMutex
-
setupTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2> setupTrialMutexUpdater
-
tearTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2> tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex
-
tearIterationMutex
public volatile int tearIterationMutex
-
setupIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2> setupIterationMutexUpdater
-
tearIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2> tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex
-
tearInvocationMutex
public volatile int tearInvocationMutex
-
setupInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2> setupInvocationMutexUpdater
-
tearInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SingleNodeBenchmark_jmhType_B2> tearInvocationMutexUpdater
-
readyTrial
public volatile boolean readyTrial
-
readyIteration
public volatile boolean readyIteration
-
readyInvocation
public volatile boolean readyInvocation
-
-