protected static final class Bench.BenchData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
action |
protected services.moleculer.ServiceBroker |
broker |
protected java.lang.Throwable |
cause |
protected java.util.concurrent.atomic.AtomicLong |
errorCount |
protected java.util.concurrent.atomic.AtomicBoolean |
finished |
protected java.util.concurrent.atomic.AtomicLong |
maxTime |
protected java.util.concurrent.atomic.AtomicLong |
minTime |
protected long |
num |
protected services.moleculer.context.CallOptions.Options |
opts |
protected java.io.PrintWriter |
out |
protected io.datatree.Tree |
params |
protected java.util.concurrent.atomic.AtomicLong |
reqCount |
protected java.util.concurrent.atomic.AtomicLong |
resCount |
protected long |
startTime |
protected java.util.concurrent.atomic.AtomicLong |
sumTime |
protected java.util.concurrent.atomic.AtomicBoolean |
timeout |
| Modifier | Constructor and Description |
|---|---|
protected |
BenchData(services.moleculer.ServiceBroker broker,
services.moleculer.context.CallOptions.Options opts,
java.io.PrintWriter out,
java.lang.String action,
io.datatree.Tree params,
long num) |
protected final long startTime
protected final services.moleculer.ServiceBroker broker
protected final services.moleculer.context.CallOptions.Options opts
protected final java.io.PrintWriter out
protected final java.lang.String action
protected final io.datatree.Tree params
protected final long num
protected final java.util.concurrent.atomic.AtomicLong reqCount
protected final java.util.concurrent.atomic.AtomicLong resCount
protected final java.util.concurrent.atomic.AtomicLong errorCount
protected final java.util.concurrent.atomic.AtomicLong sumTime
protected final java.util.concurrent.atomic.AtomicLong minTime
protected final java.util.concurrent.atomic.AtomicLong maxTime
protected final java.util.concurrent.atomic.AtomicBoolean timeout
protected final java.util.concurrent.atomic.AtomicBoolean finished
protected java.lang.Throwable cause