Class HttpBenchmark_jmhType_B2
- java.lang.Object
-
- org.infinispan.cli.benchmark.HttpBenchmark
-
- org.infinispan.cli.benchmark.generated.HttpBenchmark_jmhType_B1
-
- org.infinispan.cli.benchmark.generated.HttpBenchmark_jmhType_B2
-
- Direct Known Subclasses:
HttpBenchmark_jmhType_B3
public class HttpBenchmark_jmhType_B2 extends HttpBenchmark_jmhType_B1
-
-
Field Summary
Fields Modifier and Type Field Description intsetupInvocationMutexstatic AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2>setupInvocationMutexUpdaterintsetupIterationMutexstatic AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2>setupIterationMutexUpdaterintsetupTrialMutexstatic AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2>setupTrialMutexUpdaterinttearInvocationMutexstatic AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2>tearInvocationMutexUpdaterinttearIterationMutexstatic AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2>tearIterationMutexUpdaterinttearTrialMutexstatic AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2>tearTrialMutexUpdater-
Fields inherited from class org.infinispan.cli.benchmark.HttpBenchmark
cacheName, cacheTemplate, keySetSize, keySize, uri, valueSize
-
-
Constructor Summary
Constructors Constructor Description HttpBenchmark_jmhType_B2()
-
-
-
Field Detail
-
setupTrialMutex
public volatile int setupTrialMutex
-
tearTrialMutex
public volatile int tearTrialMutex
-
setupTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2> setupTrialMutexUpdater
-
tearTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2> tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex
-
tearIterationMutex
public volatile int tearIterationMutex
-
setupIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2> setupIterationMutexUpdater
-
tearIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2> tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex
-
tearInvocationMutex
public volatile int tearInvocationMutex
-
setupInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2> setupInvocationMutexUpdater
-
tearInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<HttpBenchmark_jmhType_B2> tearInvocationMutexUpdater
-
-