Class ConcurrentHashMapBenchmark_jmhType_B2
- java.lang.Object
-
- cloud.orbit.actors.test.ConcurrentHashMapBenchmark
-
- cloud.orbit.actors.test.generated.ConcurrentHashMapBenchmark_jmhType_B1
-
- cloud.orbit.actors.test.generated.ConcurrentHashMapBenchmark_jmhType_B2
-
- Direct Known Subclasses:
ConcurrentHashMapBenchmark_jmhType_B3
public class ConcurrentHashMapBenchmark_jmhType_B2 extends ConcurrentHashMapBenchmark_jmhType_B1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cloud.orbit.actors.test.ConcurrentHashMapBenchmark
ConcurrentHashMapBenchmark.ConcurrentHashMapState
-
-
Field Summary
Fields Modifier and Type Field Description intsetupInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2>setupInvocationMutexUpdaterintsetupIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2>setupIterationMutexUpdaterintsetupTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2>setupTrialMutexUpdaterinttearInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2>tearInvocationMutexUpdaterinttearIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2>tearIterationMutexUpdaterinttearTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2>tearTrialMutexUpdater
-
Constructor Summary
Constructors Constructor Description ConcurrentHashMapBenchmark_jmhType_B2()
-
Method Summary
-
Methods inherited from class cloud.orbit.actors.test.ConcurrentHashMapBenchmark
concurrentHashMap_computeIfAbsent, concurrentHashMap_getThenComputeIfAbsent
-
-
-
-
Field Detail
-
setupTrialMutex
public volatile int setupTrialMutex
-
tearTrialMutex
public volatile int tearTrialMutex
-
setupTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2> setupTrialMutexUpdater
-
tearTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2> tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex
-
tearIterationMutex
public volatile int tearIterationMutex
-
setupIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2> setupIterationMutexUpdater
-
tearIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2> tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex
-
tearInvocationMutex
public volatile int tearInvocationMutex
-
setupInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2> setupInvocationMutexUpdater
-
tearInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMapBenchmark_jmhType_B2> tearInvocationMutexUpdater
-
-