Class ConstantPoissonProcessGenerator
-
- All Implemented Interfaces:
-
org.apache.jmeter.timers.poissonarrivals.EventProducer
public class ConstantPoissonProcessGenerator implements EventProducer
Generates events for Poisson processes, ensuring throughput*duration events will be present in each "duration"
-
-
Constructor Summary
Constructors Constructor Description ConstantPoissonProcessGenerator(ThroughputProvider throughput, int batchSize, int batchThreadDelay, DurationProvider duration, Long seed, boolean logFirstSamples)
-
Method Summary
Modifier and Type Method Description void
generateNext()
double
next()
-
-
Constructor Detail
-
ConstantPoissonProcessGenerator
ConstantPoissonProcessGenerator(ThroughputProvider throughput, int batchSize, int batchThreadDelay, DurationProvider duration, Long seed, boolean logFirstSamples)
-
-
Method Detail
-
generateNext
void generateNext()
-
next
double next()
-
-
-
-