Package org.zalando.logbook.generated
Class HttpLogFormatterBenchmark_jmhType_B2
java.lang.Object
org.zalando.logbook.HttpLogFormatterBenchmark
org.zalando.logbook.generated.HttpLogFormatterBenchmark_jmhType_B1
org.zalando.logbook.generated.HttpLogFormatterBenchmark_jmhType_B2
- Direct Known Subclasses:
HttpLogFormatterBenchmark_jmhType_B3
public class HttpLogFormatterBenchmark_jmhType_B2 extends HttpLogFormatterBenchmark_jmhType_B1
-
Field Summary
Fields Modifier and Type Field Description intsetupInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2>setupInvocationMutexUpdaterintsetupIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2>setupIterationMutexUpdaterintsetupTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2>setupTrialMutexUpdaterinttearInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2>tearInvocationMutexUpdaterinttearIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2>tearIterationMutexUpdaterinttearTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2>tearTrialMutexUpdater -
Constructor Summary
Constructors Constructor Description HttpLogFormatterBenchmark_jmhType_B2() -
Method Summary
Methods inherited from class org.zalando.logbook.HttpLogFormatterBenchmark
defaultRequest, defaultResponse, fastJsonRequest, fastJsonResponse, jsonRequest, jsonResponse, main
-
Field Details
-
setupTrialMutex
public volatile int setupTrialMutex -
tearTrialMutex
public volatile int tearTrialMutex -
setupTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2> setupTrialMutexUpdater -
tearTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2> tearTrialMutexUpdater -
setupIterationMutex
public volatile int setupIterationMutex -
tearIterationMutex
public volatile int tearIterationMutex -
setupIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2> setupIterationMutexUpdater -
tearIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2> tearIterationMutexUpdater -
setupInvocationMutex
public volatile int setupInvocationMutex -
tearInvocationMutex
public volatile int tearInvocationMutex -
setupInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2> setupInvocationMutexUpdater -
tearInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HttpLogFormatterBenchmark_jmhType_B2> tearInvocationMutexUpdater
-
-
Constructor Details
-
HttpLogFormatterBenchmark_jmhType_B2
public HttpLogFormatterBenchmark_jmhType_B2()
-