Package org.zalando.logbook.generated
Class LogbookBenchmark_jmhType_B2
java.lang.Object
org.zalando.logbook.LogbookBenchmark
org.zalando.logbook.generated.LogbookBenchmark_jmhType_B1
org.zalando.logbook.generated.LogbookBenchmark_jmhType_B2
- Direct Known Subclasses:
LogbookBenchmark_jmhType_B3
public class LogbookBenchmark_jmhType_B2 extends LogbookBenchmark_jmhType_B1
-
Field Summary
Fields Modifier and Type Field Description intsetupInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2>setupInvocationMutexUpdaterintsetupIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2>setupIterationMutexUpdaterintsetupTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2>setupTrialMutexUpdaterinttearInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2>tearInvocationMutexUpdaterinttearIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2>tearIterationMutexUpdaterinttearTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2>tearTrialMutexUpdater -
Constructor Summary
Constructors Constructor Description LogbookBenchmark_jmhType_B2() -
Method Summary
-
Field Details
-
setupTrialMutex
public volatile int setupTrialMutex -
tearTrialMutex
public volatile int tearTrialMutex -
setupTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2> setupTrialMutexUpdater -
tearTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2> tearTrialMutexUpdater -
setupIterationMutex
public volatile int setupIterationMutex -
tearIterationMutex
public volatile int tearIterationMutex -
setupIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2> setupIterationMutexUpdater -
tearIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2> tearIterationMutexUpdater -
setupInvocationMutex
public volatile int setupInvocationMutex -
tearInvocationMutex
public volatile int tearInvocationMutex -
setupInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2> setupInvocationMutexUpdater -
tearInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<LogbookBenchmark_jmhType_B2> tearInvocationMutexUpdater
-
-
Constructor Details
-
LogbookBenchmark_jmhType_B2
public LogbookBenchmark_jmhType_B2()
-